Type Alias SingleObservationHandler

SingleObservationHandler: ((document: Document | null, event: SingleDocumentLiveQueryEvent, signalNext?: (() => void)) => void | Promise<void>)

The closure that is called whenever a single documunent covered by a live query changes.