Small World Engine API Reference - v0.46.1
Preparing search index...
InspectorField
Interface InspectorField
Definition of a single configurable field inside the Gadget Inspector.
interface
InspectorField
{
label
?:
string
;
max
?:
number
;
min
?:
number
;
options
?:
string
[]
|
Record
<
string
,
string
|
number
>
;
path
?:
string
;
step
?:
number
;
type
:
"string"
|
"number"
|
"boolean"
|
"choice"
;
}
Index
Properties
label?
max?
min?
options?
path?
step?
type
Properties
Optional
label
label
?:
string
Optional
max
max
?:
number
Optional
min
min
?:
number
Optional
options
options
?:
string
[]
|
Record
<
string
,
string
|
number
>
Optional
path
path
?:
string
Optional
step
step
?:
number
type
type
:
"string"
|
"number"
|
"boolean"
|
"choice"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
label
max
min
options
path
step
type
Small World Engine API Reference - v0.46.1
Loading...
Definition of a single configurable field inside the Gadget Inspector.