Type Alias QueryObservationHandler

QueryObservationHandler: ((documents: Document[], event: LiveQueryEvent, signalNext?: (() => any)) => void | Promise<void>)

The closure that is called whenever the documents covered by a live query change.