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

    Interface ManifestMarkedExtensionInternal

    The markedExtension extension-type is currently for internal use and should be considered experimental.

    interface ManifestMarkedExtension {
        alias: string;
        api?: ApiLoaderProperty<UmbMarkedExtensionApi>;
        API_TYPE?: UmbMarkedExtensionApi;
        js?: ApiLoaderProperty<UmbMarkedExtensionApi>;
        kind?: unknown;
        meta: MetaMarkedExtension;
        name: string;
        type: "markedExtension";
        weight?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alias: string

    The alias of the extension, ensure it is unique

    string

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

    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