@termun/core - v0.0.0
    Preparing search index...

    Type Alias ActionJson

    type ActionJson = {
        name: string;
        type: "function" | "goto";
        plugin?: string;
        index?: number;
        parents?: string[];
        global?: boolean;
        styles?: ActionStylesJson;
        labels?: ActionLabelsJson;
    }
    Index

    Properties

    name: string
    type: "function" | "goto"
    plugin?: string
    index?: number
    parents?: string[]
    global?: boolean