Interface: DevtoolsEventLogEntry
@roomful/devtools / DevtoolsEventLogEntry
Interface: DevtoolsEventLogEntry
Section titled “Interface: DevtoolsEventLogEntry”Defined in: types.ts:129
Represents an event log entry shown in devtools.
Properties
Section titled “Properties”direction
Section titled “direction”direction:
DevtoolsEventDirection
Defined in: types.ts:133
Describes whether the event was incoming, outgoing, or system-generated.
fromPeerId
Section titled “fromPeerId”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
Section titled “payload”payload:
DevtoolsSerializedValue
Defined in: types.ts:153
Stores the serialized event payload.
sender
Section titled “sender”sender:
DevtoolsSerializedRecord|null
Defined in: types.ts:158
Stores the serialized sender snapshot when available.
timestamp
Section titled “timestamp”timestamp:
number
Defined in: types.ts:163
Records when the event was logged.
toPeerId
Section titled “toPeerId”toPeerId:
string|null
Defined in: types.ts:168
Identifies the target peer for directed events when available.