@umbraco-cms/backoffice

    Interface UmbIconDefinition<JsType>

    interface UmbIconDefinition<JsType = any> {
        hidden?: boolean;
        legacy?: boolean;
        name: string;
        path: JsLoaderProperty<JsType>;
    }

    Type Parameters

    • JsType = any
    Index

    Properties

    hidden?: boolean
    legacy?: boolean

    legacy is deprecated and will be removed in v.17. Use hidden instead.

    name: string
    MMNEPVFCICPMFPCPTTAAATR