SVGnet API Documentation - v0.4.1
GitHub
NPM
Preparing search index...
ColorScheme
Interface ColorScheme
interface
ColorScheme
{
primary
?:
string
;
secondary
?:
string
;
background
?:
string
;
foreground
?:
string
;
hover
?:
string
;
selected
?:
string
;
disabled
?:
string
;
[
key
:
string
]:
undefined
|
string
;
}
Indexable
[
key
:
string
]:
undefined
|
string
Index
Properties
primary?
secondary?
background?
foreground?
hover?
selected?
disabled?
Properties
Optional
primary
primary
?:
string
Optional
secondary
secondary
?:
string
Optional
background
background
?:
string
Optional
foreground
foreground
?:
string
Optional
hover
hover
?:
string
Optional
selected
selected
?:
string
Optional
disabled
disabled
?:
string
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
primary
secondary
background
foreground
hover
selected
disabled
Examples
Contributing
GitHub
NPM
SVGnet API Documentation - v0.4.1
Loading...