Preparing search index...
The search index is not available
@kksh/api
@kksh/api
ui/worker
Icon
Class Icon
Implements
IconNode
IComponent
<
IconNode
>
Index
Constructors
constructor
Properties
bg
Color?
dark
Invert?
hex
Color?
invert?
node
Name
type
value
Methods
to
Model
Constructors
constructor
new
Icon
(
model
:
schema
.
Icon
)
:
Icon
Parameters
model
:
schema
.
Icon
Returns
Icon
Properties
Optional
bg
Color
bgColor
?:
string
Optional
dark
Invert
darkInvert
?:
boolean
Optional
hex
Color
hexColor
?:
string
Optional
invert
invert
?:
boolean
node
Name
nodeName
:
EnumValues
<
typeof
NodeNameEnum
>
= NodeNameEnum.Icon
type
type
:
EnumValues
<
typeof
IconEnum
>
value
value
:
string
Methods
to
Model
toModel
()
:
{
bgColor
?:
string
;
darkInvert
?:
boolean
;
fallback
?:
schema
.
Icon
;
hexColor
?:
string
;
invert
?:
boolean
;
nodeName
:
NodeNameEnum
;
type
:
IconEnum
;
value
:
string
;
}
Returns
{
bgColor
?:
string
;
darkInvert
?:
boolean
;
fallback
?:
schema
.
Icon
;
hexColor
?:
string
;
invert
?:
boolean
;
nodeName
:
NodeNameEnum
;
type
:
IconEnum
;
value
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
bg
Color
dark
Invert
hex
Color
invert
node
Name
type
value
Methods
to
Model
@kksh/api
Loading...