Interface: ActivityEntry
@roomful/core / ActivityEntry
Interface: ActivityEntry
Section titled “Interface: ActivityEntry”Defined in: packages/core/src/types.ts:1870
A single entry in the room activity feed.
Properties
Section titled “Properties”actor:
Peer
Defined in: packages/core/src/types.ts:1884
The peer that produced the activity, carrying live presence.
optionaldata:unknown
Defined in: packages/core/src/types.ts:1889
An optional structured payload describing the activity.
id:
string
Defined in: packages/core/src/types.ts:1874
Identifies the entry within the room.
timestamp
Section titled “timestamp”timestamp:
number
Defined in: packages/core/src/types.ts:1894
The epoch-millisecond timestamp when the activity was recorded.
type:
string
Defined in: packages/core/src/types.ts:1879
The activity type — an app-defined label, e.g. 'comment:added' or 'record:locked'.