Freeze Design Frontend - TypeScript API
Preparing search index...
Color
Interface Color
interface
Color
{
id
:
number
;
name
:
string
;
hex_code
:
string
;
is_active
:
boolean
;
secondary_color
?:
|
{
id
:
number
;
name
:
string
;
hex_code
:
string
;
is_active
:
boolean
}
|
null
;
primary_slot_label
?:
string
;
secondary_slot_label
?:
string
;
}
Index
Properties
id
name
hex_
code
is_
active
secondary_
color?
primary_
slot_
label?
secondary_
slot_
label?
Properties
id
id
:
number
name
name
:
string
hex_
code
hex_code
:
string
is_
active
is_active
:
boolean
Optional
secondary_
color
secondary_color
?:
|
{
id
:
number
;
name
:
string
;
hex_code
:
string
;
is_active
:
boolean
}
|
null
Optional
primary_
slot_
label
primary_slot_label
?:
string
Optional
secondary_
slot_
label
secondary_slot_label
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
hex_
code
is_
active
secondary_
color
primary_
slot_
label
secondary_
slot_
label
Freeze Design Frontend - TypeScript API
Loading...