tracking-code-which-will-go-to-the-HEAD Variable

Class

Variable

Variable(propsopt)

Class that represents a variable in a file of a model.
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.

View Source models/Variable.js, line 7

Extends

Members

boolean

# category

The variable block type.

View Source models/Variable.js, line 55

string

# name

The name of this Variable.

View Source models/Variable.js, line 40

string

# path

Path of the file.
Overrides:
Default Value:
  • null

View Source models/FileInformation.js, line 20

string

# type

The type of this Variable.

View Source models/Variable.js, line 45

string | boolean | number | Array

# value

The value of this Variable.

View Source models/Variable.js, line 50