Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ObservableValue

A concrete implementation of an IObservableValue. The namespace for the ObservableValue class statics.

Hierarchy

  • ObservableValue

Implements

Index

Classes

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private _changed

_changed: Signal<this, IChangedArgs> = new Signal<this, ObservableValue.IChangedArgs>(this)

Private _isDisposed

_isDisposed: boolean = false

Private _value

_value: JSONValue = null

Accessors

changed

isDisposed

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

    Returns boolean

type

  • get type(): "Value"

Methods

dispose

  • dispose(): void

get

  • get(): JSONValue

set

  • set(value: JSONValue): void

Generated using TypeDoc