Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Interface: DevtoolsEventLogEntry

@roomful/devtools


@roomful/devtools / DevtoolsEventLogEntry

Defined in: types.ts:129

Represents an event log entry shown in devtools.

direction: DevtoolsEventDirection

Defined in: types.ts:133

Describes whether the event was incoming, outgoing, or system-generated.


fromPeerId: string | null

Defined in: types.ts:138

Identifies the sending peer when available.


id: string

Defined in: types.ts:143

Identifies the log entry.


name: string

Defined in: types.ts:148

Stores the custom event name.


payload: DevtoolsSerializedValue

Defined in: types.ts:153

Stores the serialized event payload.


sender: DevtoolsSerializedRecord | null

Defined in: types.ts:158

Stores the serialized sender snapshot when available.


timestamp: number

Defined in: types.ts:163

Records when the event was logged.


toPeerId: string | null

Defined in: types.ts:168

Identifies the target peer for directed events when available.