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
QueryObservationHandler
Type alias QueryObservationHandler
Query
Observation
Handler
:
(
(
documents
,
event
,
signalNext
?
)
=>
void
|
Promise
<
void
>
)
The closure that is called whenever the documents covered by a live query change.
Type declaration
(
documents
,
event
,
signalNext
?
)
:
void
|
Promise
<
void
>
Parameters
documents
:
Document
[]
event
:
LiveQueryEvent
Optional
signalNext
:
(
(
)
=>
any
)
(
)
:
any
Returns
any
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 the documents covered by a live query change.