Members
(readonly) isNull :boolean
Indicates whether the Variable has a
null value.Type:
- boolean
(readonly) name :string
Name of the Variable.
Type:
- string
(readonly) type :string
Type of the Variable.
Returned value is the name of one of the types defined in the VariableType class.
Type:
- string
- See
(readonly) value :*
Value of the Variable.
Type:
- *