Preparing search index...
The search index is not available
Ditto JS SDK v4.8.0-rc.2
Ditto JS SDK v4.8.0-rc.2
SingleObservationHandler
Type alias SingleObservationHandler
Single
Observation
Handler
:
(
(
document
,
event
,
signalNext
?
)
=>
void
|
Promise
<
void
>
)
The closure that is called whenever a single documunent covered by a live query changes.
Type declaration
(
document
,
event
,
signalNext
?
)
:
void
|
Promise
<
void
>
Parameters
document
:
Document
|
null
event
:
SingleDocumentLiveQueryEvent
Optional
signalNext
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Ditto JS SDK v4.8.0-rc.2
Loading...
The closure that is called whenever a single documunent covered by a live query changes.