Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IObservable<T>

Basic signature of an Observable.

Type parameters

  • T

    Any valid javascript type.

Hierarchy

  • IObservable

Implemented by

Index

Properties

Methods

Properties

value

value: T

Current value of the observable.

Methods

observe

unobserve

unwatch

update

  • update(value: T): void
  • Method used to update the value property.

    Parameters

    • value: T

      New value of the observable.

    Returns void

watch

Generated using TypeDoc