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

    Type Alias MenuJson

    type MenuJson = {
        name: string;
        type: "choice" | "input" | "field" | "editor";
        plugin?: string;
        index?: number;
        parents?: string[];
        global?: boolean;
        anchorGlobal?: boolean;
        styles?: MenuStylesJson;
        labels?: MenuLabelsJson;
    }
    Index

    Properties

    name: string
    type: "choice" | "input" | "field" | "editor"
    plugin?: string
    index?: number
    parents?: string[]
    global?: boolean
    anchorGlobal?: boolean