Class Observable<T>

Type Parameters

  • T

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

_callbacks: ObservableCallback<T>[] = []
_value?: T

Accessors

Methods

  • Notifies the registered callbacks that a change has occurred. This method should be explicitly called after any changes in an object or array.

    Returns void

Generated using TypeDoc