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.
Type Parameters
Section titled “Type Parameters”TSchema
Section titled “TSchema”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.
Properties
Section titled “Properties”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