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

Type Parameters

  • JsType = any

Properties

hidden?: boolean
legacy?: boolean

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

name: string
MMNEPVFCICPMFPCPTTAAATR