Type alias IObservableType<T, AD>

IObservableType<T, AD>: Partial<AD> & {
    value: T;
}

The IObservable data contains additional value. This is the data, which will be utilized by the underlying RXJS implementation.

Export

Type Parameters

Generated using TypeDoc