InputSchema
Defined in: packages/@livestore/common/dist/schema/schema.d.ts:43
Properties
Section titled “Properties”devtools?
Section titled “devtools?”
readonlyoptionaldevtools:object
Defined in: packages/@livestore/common/dist/schema/schema.d.ts:46
alias?
Section titled “alias?”
readonlyoptionalalias:string
This alias value is used to disambiguate between multiple schemas in the devtools. Only needed when an app uses multiple schemas.
Default
Section titled “Default”'default'events
Section titled “events”
readonlyevents:Record<string,AnyWithoutFn> | readonlyAnyWithoutFn[]
Defined in: packages/@livestore/common/dist/schema/schema.d.ts:44
readonlystate:InternalState
Defined in: packages/@livestore/common/dist/schema/schema.d.ts:45
unknownEventHandling?
Section titled “unknownEventHandling?”
readonlyoptionalunknownEventHandling:HandlingConfig
Defined in: packages/@livestore/common/dist/schema/schema.d.ts:58
Configures how unknown events should be handled. Defaults to { strategy: 'warn' }.