Variable
Variable api reference
Variable object
{
"id": "11111111-2222-3333-4444-555555555555",
"key": "title",
"value": "Home title",
"type": "STRING"
}
id
String
Unique identifier for a variable.
key
String
Unique identifier for a frame and this key will use for referencing a variable.
value
String
Value of a variable, value stores as a string and based on the assigned type it should be convert.
type
String
Type of a variable, it should be STRING, INT, LONG, DOUBLE, FLOAT or BOOLEAN, for custom data type or list STRING type should be selected
STRING
INT
LONG
DOUBLE
FLOAT
BOOLEAN