Summary
Base type that represents a project variable.
Variable.reset()
Variable.type
Variable.value
Variable.on_value_changed()
Structure
Resets the current value of the variable to its initial value.
Event triggered every time the variable value has been changed.
e (Variable) – The attribute to monitor for change.
Variable
Data type of the value stored in the variable.
Type
The variable value.
object