Freeze Design Frontend - TypeScript API
Preparing search index...
AdminColor
Interface AdminColor
interface
AdminColor
{
id
:
number
;
name
:
string
;
hex_code
:
string
;
is_active
:
boolean
;
categories
:
number
[]
;
category_names
:
string
[]
;
secondary_color
?:
|
{
id
:
number
;
name
:
string
;
hex_code
:
string
;
is_active
:
boolean
}
|
null
;
secondary_color_id
?:
number
|
null
;
primary_slot_label
?:
string
;
secondary_slot_label
?:
string
;
}
Index
Properties
id
name
hex_
code
is_
active
categories
category_
names
secondary_
color?
secondary_
color_
id?
primary_
slot_
label?
secondary_
slot_
label?
Properties
id
id
:
number
name
name
:
string
hex_
code
hex_code
:
string
is_
active
is_active
:
boolean
categories
categories
:
number
[]
category_
names
category_names
:
string
[]
Optional
secondary_
color
secondary_color
?:
|
{
id
:
number
;
name
:
string
;
hex_code
:
string
;
is_active
:
boolean
}
|
null
Optional
secondary_
color_
id
secondary_color_id
?:
number
|
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
categories
category_
names
secondary_
color
secondary_
color_
id
primary_
slot_
label
secondary_
slot_
label
Freeze Design Frontend - TypeScript API
Loading...