Variable

Variable

new Variable(id, name, type, isCloud)

Parameters:
Name Type Description
id string

Id of the variable.

name string

Name of the variable.

type string

Type of the variable, one of '' or 'list'

isCloud boolean

Whether the variable is stored in the cloud.

Members

(static, constant) BROADCAST_MESSAGE_TYPE :string

Type representation for list variables.

Type:
  • string

(static, constant) LIST_TYPE :string

Type representation for list variables.

Type:
  • string

(static, constant) SCALAR_TYPE :string

Type representation for scalar variables. This is currently represented as '' for compatibility with blockly.

Type:
  • string