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