Variable

Variable

Class representing a variable.

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
Name Type Description
name string

The name of the variable.

type string

The type of the variable.

scope string

The scope of the variable.

value string

The value of the variable.

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