Interface: EventMetadata
Defined in: shared/types/events.ts:41
Metadata automatically attached to events emitted by the typed event bus.
Remarksโ
Enables correlation of renderer and main process events for logging and diagnostics. The metadata is appended at runtime and should be treated as read-only.
Propertiesโ
busIdโ
readonlybusId:string
Defined in: shared/types/events.ts:43
Identifier of the event bus that emitted the event.
correlationIdโ
readonlycorrelationId:string
Defined in: shared/types/events.ts:45
Correlation identifier for pairing related emissions.
eventNameโ
readonlyeventName:string
Defined in: shared/types/events.ts:47
Fully-qualified event name.
timestampโ
readonlytimestamp:number
Defined in: shared/types/events.ts:49
Millisecond timestamp captured at emission time.