React observing

ISubscription

ISubscription

Overview

This is the definition of the object returned in a subscription.

Definition

interface ISubscription {
id: string;
observerId: string;
unsubscribe(): void;
}
Edit this page on GitHub

On this page