Constructor
# new Variable(propsopt)
Default constructor.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
props |
object
|
<optional> |
Object that contains all properties to set. |
name |
string
|
<optional> |
The name of this Variable. |
type |
string
|
<optional> |
The data type of the Variable value. |
value |
string
|
boolean
|
number
|
Array
|
<optional> |
The value of this Variable. |
category |
string
|
<optional> |
The kind of the entire Variable block. |