Class PlaceVariableBinding<T>

Type Parameters

  • T = any

Constructors

Properties

Accessors

Methods

Constructors

Properties

name: string

Status variable name

Accessors

Methods

  • Subscribe to changes of the variable's binding value. Note: Initial value emitted may be undefined

    Parameters

    • next: (value: T) => void

      Callback for changes to the bindings value

    Returns Subscription