screeps-api
Github
npm
Preparing search index...
RangeProperty
Interface RangeProperty
A configurable number property of a
Decoration
that only accepts values within a defined range.
interface
RangeProperty
{
default
:
number
;
label
:
boolean
;
max
:
number
;
min
:
number
;
readonly
:
boolean
;
type
:
"range"
;
}
Hierarchy (
View Summary
)
DecorationProperty
RangeProperty
Index
Properties
default
label
max
min
readonly
type
Properties
default
default
:
number
label
label
:
boolean
max
max
:
number
min
min
:
number
readonly
readonly
:
boolean
type
type
:
"range"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
label
max
min
readonly
type
Github
npm
screeps-api
Loading...
A configurable number property of a Decoration that only accepts values within a defined range.