Strata - v1.4.10
GitHub
Examples
Preparing search index...
strata
ShellPattern
Interface ShellPattern
interface
ShellPattern
{
color
?:
string
|
Color
;
position
?:
"belly"
|
"back"
|
"top"
|
"bottom"
;
size
?:
number
;
to
?:
string
|
Color
;
type
:
"spots"
|
"stripes"
|
"gradient"
|
"patches"
;
}
Index
Properties
color?
position?
size?
to?
type
Properties
Optional
color
color
?:
string
|
Color
Optional
position
position
?:
"belly"
|
"back"
|
"top"
|
"bottom"
Optional
size
size
?:
number
Optional
to
to
?:
string
|
Color
type
type
:
"spots"
|
"stripes"
|
"gradient"
|
"patches"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
position
size
to
type
GitHub
Examples
Strata - v1.4.10
Loading...