Custom Variable
Last updated
Was this helpful?
Last updated
Was this helpful?
Add and set up Custom Variable and check its setting in the Data Explorer.
The State Variable is part of a current View where its setting is immediately reflected in the Data Explorer and its plays important role in storing temporary data within a current View.
Keep in mind that State Variables are not addressable between another Views.
Addressing and Editing of a State Variable.
Clicking on the Add Datasource icon select Add State Variable.
Name its ID -> myVariable
and switch its Type to Number; Initial Value -> 6
You can watch the myVariable
attributes and functions in the tab from this moment.
myVariable
ValueConsider that we are not going to play with Layout; simply place in the Canvas work field a new Text component and set up its Value as follows:
Value -> myVariable.value
The Current Value of the myVariable can be dynamically mapped by a (ƒx) function.
Using the State Variable can be effectively used in many cases. Try to change State Variable Types to Array or Map, and define their Values as a constant or function.
Follow up on our Custom Variable tutorial https://youtu.be/ul_NTuZODWc