Scripting API
ReactiveModule
Subscription

Subscription

The Subscription class implements object value monitoring.

Example

Properties

This module exposes no properties.

Methods

MethodDescription
unsubscribe
unsubscribe(): void


Unsubscribes the previously subscribed callback from the EventSource.
See Also: EventSource.subscribe, EventSource.subscribeOnNext.