Skip to content

LiveStoreContextRunning

LiveStoreContextRunning = object

Defined in: packages/@livestore/livestore/src/store/store-types.ts:68

Context state when the Store is active and ready for use.

This is the normal operating state where you can query data, commit events, and subscribe to changes.

stage: "running"

Defined in: packages/@livestore/livestore/src/store/store-types.ts:69


store: Store

Defined in: packages/@livestore/livestore/src/store/store-types.ts:70