MapValue
The MapValue
type describes a function that takes an existing Value
and returns another.
(value: ValueOrUndefined): Value
Type | Description | |
---|---|---|
value | ValueOrUndefined | |
returns | Value |
A MapValue
can be provided in the setValue
method to map an existing Value
to a new one, such as when incrementing a number. See that method for specific examples.
Since
v3.0.0