Type Alias StoreObservationHandler<T>

StoreObservationHandler<T>: ((queryResult: QueryResult<T>) => void)

A store observation handler is called whenever an active store observer receives new results.

Type Parameters

  • T = any

    The type of items in the query result.