Constructor
new Variable(options)
- Source:
Create a variable object. Usually you don't need to create it yourself.
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object | The options object. Properties
|
Members
name :string
- Source:
The name of the variable.
Type:
- string
type :string
- Source:
The type of the variable.
Type:
- string
scope :string
- Source:
The scope of the variable.
Type:
- string
value :string
- Source:
The value of the variable.
Type:
- string