@umbraco-cms/backoffice
    Preparing search index...

    Interface ManifestCollectionMenu

    interface ManifestCollectionMenu {
        alias: string;
        api?: ApiLoaderProperty<any>;
        API_TYPE?: any;
        element?: ElementLoaderProperty<any>;
        ELEMENT_TYPE?: any;
        elementName?: string;
        js?: ElementAndApiLoaderProperty<any, any>;
        kind?: unknown;
        meta: MetaCollectionMenu;
        name: string;
        type: "collectionMenu";
        weight?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alias: string

    The alias of the extension, ensure it is unique

    The file location of the api javascript file to load

    string

    API_TYPE?: any
    element?: ElementLoaderProperty<any>

    The file location of the element javascript file to load

    string

    ELEMENT_TYPE?: any
    elementName?: string

    The HTML web component name to use such as 'my-dashboard' Note it is NOT , just the element name.

    The file location of the javascript file to load

    string

    kind?: unknown

    The kind of the extension, used to group extensions together

    ["button"]

    name: string

    The friendly name of the extension

    type: "collectionMenu"

    The type of extension such as dashboard etc...

    weight?: number

    Extensions such as dashboards are ordered by weight with higher numbers being first in the list