Interface: ActivityEntry
@roomful/angular / ActivityEntry
Interface: ActivityEntry
Section titled “Interface: ActivityEntry”Defined in: core/dist/types.d.ts:1600
A single entry in the room activity feed.
Properties
Section titled “Properties”actor:
Peer
Defined in: core/dist/types.d.ts:1612
The peer that produced the activity, carrying live presence.
optionaldata:unknown
Defined in: core/dist/types.d.ts:1616
An optional structured payload describing the activity.
id:
string
Defined in: core/dist/types.d.ts:1604
Identifies the entry within the room.
timestamp
Section titled “timestamp”timestamp:
number
Defined in: core/dist/types.d.ts:1620
The epoch-millisecond timestamp when the activity was recorded.
type:
string
Defined in: core/dist/types.d.ts:1608
The activity type — an app-defined label, e.g. 'comment:added' or 'record:locked'.