Skip to content

InputEncoded

InputEncoded<TEventDef> = object

Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/for-event-def.d.ts:10

Event without sequence numbers, with encoded (serialized) args. Used as input to store.commit().

TEventDef extends Any

args: Schema.Schema.Encoded<TEventDef["schema"]>

Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/for-event-def.d.ts:12


name: TEventDef["name"]

Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/for-event-def.d.ts:11