Skip to content

LiveStoreContextRunning

LiveStoreContextRunning<TSchema> = object

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

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.

TSchema extends LiveStoreSchema = Any

The LiveStore schema type. Defaults to LiveStoreSchema.Any for backwards compatibility, but prefer providing the concrete schema type for full type safety.

stage: "running"

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


store: Store<TSchema>

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