new VariableType()

Properties

constant static

BOOLEAN  number

The type of the Variable is boolean.

constant static

DOUBLE  number

The type of the Variable is number (specifically a double).

constant static

INT  number

The type of the Variable is number (specifically an integer).

constant static

NULL  number

The Variable is null.

constant static

SFSARRAY  number

The type of the Variable is SFSArray.

constant static

SFSOBJECT  number

The type of the Variable is SFSObject.

constant static

STRING  number

The type of the Variable is string.