Subscriber<T, E>

TYPE DEFINITION

A function which when called will subscribe to the observable.

Since 1.4.0

Signature

callback(
observerable : T ,
event : E
): void

Parameters

observerable: T

event: E