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

    The type of extension such as dashboard etc...

    interface ManifestItemStore {
        alias: string;
        api?: ApiLoaderProperty<UmbItemStore<any>>;
        API_TYPE?: UmbItemStore<any>;
        js?: ApiLoaderProperty<UmbItemStore<any>>;
        kind?: unknown;
        name: string;
        type: "itemStore";
        weight?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alias: string

    The alias of the extension, ensure it is unique

    string

    API_TYPE?: UmbItemStore<any>

    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: "itemStore"

    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