Class: Value
A value represents a primitive in KDL, i.e. a string, boolean, number, or null
Values are always tied to an entry.
Constructors
new Value()
new Value(
value
):Value
Parameters
• value: null
| string
| number
| boolean
Returns
Defined in
Properties
representation
representation:
undefined
|string
String representation of the value
Defined in
value
readonly
value:null
|string
|number
|boolean
The value itself
Defined in
Methods
clone()
clone():
Value
Create an identical copy of this value