Variable

Summary

Base type that represents a project variable.

Methods
Properties
Events

Structure

class Variable
reset()

Resets the current value of the variable to its initial value.

@on_value_changed(e: Variable)

Event triggered every time the variable value has been changed.

Parameters

e (Variable) – The attribute to monitor for change.

type

Data type of the value stored in the variable.

Type

Type

value

The variable value.

Type

object