Skip to content

routier-collection


routier-collection / datastore/src / StoreInspection

Interface: StoreInspection ​

Defined in: datastore/src/inspection/types.ts:54

Properties ​

plugin ​

readonly plugin: InspectedPlugin

Defined in: datastore/src/inspection/types.ts:55


collections ​

readonly collections: readonly InspectedCollection[]

Defined in: datastore/src/inspection/types.ts:56


disposed ​

readonly disposed: AbortSignal

Defined in: datastore/src/inspection/types.ts:57

Methods ​

watchQueries() ​

watchQueries(onQuery): StopWatching

Defined in: datastore/src/inspection/types.ts:58

Parameters ​

onQuery ​

(query) => void

Returns ​

StopWatching

Released under the MIT License.