Type alias VariableCallback<V>

VariableCallback<V>: ((value?: V, variable?: Variable<V>) => void)

Type Parameters

Type declaration

    • (value?: V, variable?: Variable<V>): void
    • A callback used for when a Variable has its value changed.

      Parameters

      • Optional value: V
      • Optional variable: Variable<V>

      Returns void

Generated using TypeDoc