Type Alias CollectionsObservationHandler

CollectionsObservationHandler: ((event: CollectionsEvent, signalNext?: (() => void)) => void | Promise<void>)

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