Ditto JS SDK v5.0.0
    Preparing search index...

    Type Alias StoreObservationHandler<T>

    StoreObservationHandler: (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.

    Type Declaration