VariableRef
Typeobject
Backlinks8Referencing a variable.
Property | Type | Required |
---|---|---|
class | string | Required |
id | string | Required |
objectField | string | Required |
id​
RequiredDescription
The ID of the referenced variable which defined in VariableDefine
.
Type
string
objectField​
RequiredDescription
Describes how a referenced variable acts on a specific property of an object.
When the varType
of the variable is 2
, the field is fixed to textData
.
When the varType
is anything else, the field points to a property of the object (check overrideName
in OverrideValue
).
Type
string