Preparing search index...
The search index is not available
@kksh/api
@kksh/api
ui/worker
List
ItemDetailMetadataLabel
Class ItemDetailMetadataLabel
Implements
ListSchema
.
ItemDetailMetadataLabel
IComponent
<
ListSchema
.
ItemDetailMetadataLabel
>
Index
Constructors
constructor
Properties
icon?
node
Name
text?
title
Methods
to
Model
Constructors
constructor
new
ItemDetailMetadataLabel
(
model
:
IconConstructorPatch
<
{
icon
?:
schema
.
Icon
;
nodeName
:
ListItemDetailMetadataLabel
;
text
?:
string
|
{
color
:
string
;
text
:
string
}
;
title
:
string
;
}
,
>
,
)
:
List
.
ItemDetailMetadataLabel
Parameters
model
:
IconConstructorPatch
<
{
icon
?:
schema
.
Icon
;
nodeName
:
ListItemDetailMetadataLabel
;
text
?:
string
|
{
color
:
string
;
text
:
string
}
;
title
:
string
;
}
,
>
Returns
List
.
ItemDetailMetadataLabel
Properties
Optional
icon
icon
?:
Icon
node
Name
nodeName
:
ListItemDetailMetadataLabel
= NodeNameEnum.ListItemDetailMetadataLabel
Optional
text
text
?:
string
|
{
color
:
string
;
text
:
string
}
title
title
:
string
Methods
to
Model
toModel
()
:
{
icon
?:
schema
.
Icon
;
nodeName
:
ListItemDetailMetadataLabel
;
text
?:
string
|
{
color
:
string
;
text
:
string
}
;
title
:
string
;
}
Returns
{
icon
?:
schema
.
Icon
;
nodeName
:
ListItemDetailMetadataLabel
;
text
?:
string
|
{
color
:
string
;
text
:
string
}
;
title
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
icon
node
Name
text
title
Methods
to
Model
@kksh/api
Loading...