Decoded
Decoded<
TEventDef> =object
Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/for-event-def.d.ts:15
Full event with composite sequence numbers and decoded args. Includes clientId/sessionId for sync.
Type Parameters
Section titled “Type Parameters”TEventDef
Section titled “TEventDef”TEventDef extends Any
Properties
Section titled “Properties”args:
Schema.Schema.Type<TEventDef["schema"]>
Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/for-event-def.d.ts:17
clientId
Section titled “clientId”clientId:
string
Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/for-event-def.d.ts:20
name:
TEventDef["name"]
Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/for-event-def.d.ts:16
parentSeqNum
Section titled “parentSeqNum”parentSeqNum:
Composite
Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/for-event-def.d.ts:19
seqNum
Section titled “seqNum”seqNum:
Composite
Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/for-event-def.d.ts:18
sessionId
Section titled “sessionId”sessionId:
string
Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/for-event-def.d.ts:21