Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
realtime
RealtimeFeatureObserver
Interface RealtimeFeatureObserver<TFeature>
interface
RealtimeFeatureObserver
<
TFeature
>
{
complete
(
)
:
void
;
error
(
error
:
unknown
)
:
void
;
next
(
event
:
RealtimeFeatureEvent
<
TFeature
>
)
:
void
;
}
Type Parameters
TFeature
=
unknown
Index
Methods
complete
error
next
Methods
complete
complete
(
)
:
void
Returns
void
error
error
(
error
)
:
void
Parameters
error
:
unknown
Returns
void
next
next
(
event
)
:
void
Parameters
event
:
RealtimeFeatureEvent
<
TFeature
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
complete
error
next
@honua/sdk-js
Loading...