Skip to content

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.

TEventDef extends Any

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

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


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: Composite

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


seqNum: Composite

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


sessionId: string

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