Preparing search index...
The search index is not available
Documentation
Documentation
@influxdata/influxdb-client
Subscription
Interface Subscription
Subscription mimics Subscription from ECMAScript TC39 Observable proposal
interface
Subscription
{
closed
:
boolean
;
unsubscribe
()
:
void
;
}
Index
Properties
closed
Methods
unsubscribe
Properties
Readonly
closed
closed
:
boolean
Methods
unsubscribe
unsubscribe
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
closed
Methods
unsubscribe
Documentation
Loading...
Subscription mimics Subscription from ECMAScript TC39 Observable proposal