Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/core/icon-registry
UmbIconDefinition
Interface UmbIconDefinition<JsType>
interface
UmbIconDefinition
<
JsType
=
any
>
{
hidden
?:
boolean
;
legacy
?:
boolean
;
name
:
string
;
path
:
JsLoaderProperty
<
JsType
>
;
}
Type Parameters
JsType
=
any
Index
Properties
hidden?
legacy?
name
path
Properties
Optional
hidden
hidden
?:
boolean
Optional
legacy
legacy
?:
boolean
Deprecated
legacy
is deprecated and will be removed in v.17. Use
hidden
instead.
name
name
:
string
path
path
:
JsLoaderProperty
<
JsType
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hidden
legacy
name
path
@umbraco-cms/backoffice
Loading...
Deprecated
legacy
is deprecated and will be removed in v.17. Usehidden
instead.