Preparing search index...
The search index is not available
Documentation
Documentation
@influxdata/influxdb-client
Observer
Interface Observer<T>
Observer mimics Observer from ECMAScript TC39 Observable proposal
interface
Observer
<
T
>
{
complete
:
ObserverComplete
;
error
:
ObserverError
;
next
:
ObserverNext
<
T
>
;
}
Type Parameters
T
Index
Properties
complete
error
next
Properties
complete
complete
:
ObserverComplete
error
error
:
ObserverError
next
next
:
ObserverNext
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
complete
error
next
Documentation
Loading...
Observer mimics Observer from ECMAScript TC39 Observable proposal