Interface: PraxisEvent

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / PraxisEvent

Interface: PraxisEvent

Defined in: packages/praxis-core/src/protocol.ts:63

An event is a temporally ordered fact meant to drive change. Examples: LOGIN, LOGOUT, ADD_TO_CART

Properties

payload

payload: unknown

Defined in: packages/praxis-core/src/protocol.ts:67

Payload containing the event data


tag

tag: string

Defined in: packages/praxis-core/src/protocol.ts:65

Tag identifying the event type