Class ObservableValue

A concrete implementation of an IObservableValue.

Hierarchy

  • ObservableValue

Implements

Constructors

Properties

Accessors

Methods

Constructors

  • Constructor for the value.

    Parameters

    Returns ObservableValue

Properties

_changed: any
_isDisposed: any
_value: any

Accessors

  • get isDisposed(): boolean
  • Whether the value has been disposed.

    Returns boolean

  • get type(): "Value"
  • The observable type.

    Returns "Value"

Methods

  • Dispose of the resources held by the value.

    Returns void

  • Get the current value, or undefined if it has not been set.

    Returns JSONValue

  • Set the current value.

    Parameters

    Returns void

Generated using TypeDoc