The variable name.
It's initial value.
Function to call when value is changed.
The name of the variable.
The value of the variable.
Registers a new item that has this variable.
The new variable item.
Registers a callback function with all items associated to this variable.
Callback that does not take any arguments.
Sets new variable value. If different from old one it will execute the callback.
New value of the variable.
Unregisters an item for this variable.
The old variable item.
Removes a callback function from all items associated to this variable.
Callback that does not take any arguments.
Updates the items belonging to the variable.
Generated using TypeDoc
T