Interface: Unsubscribe#

"urx/src/actions".Unsubscribe

Subscribe-like actions return unsubscribe handles of the Unsubscribe type, which, when called, unbind the subscription.

Hierarchy#

  • Unsubscribe

Callable#

â–¸ (): void

Defined in urx/src/actions.ts:39

Subscribe-like actions return unsubscribe handles of the Unsubscribe type, which, when called, unbind the subscription.

Returns: void