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().
Type Parameters
Section titled “Type Parameters”TEventDef
Section titled “TEventDef”TEventDef extends Any
Properties
Section titled “Properties”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