Skip to content

Interface: ActivityEntry

@roomful/svelte


@roomful/svelte / ActivityEntry

Defined in: packages/core/dist/types.d.ts:1600

A single entry in the room activity feed.

actor: Peer

Defined in: packages/core/dist/types.d.ts:1612

The peer that produced the activity, carrying live presence.


optional data: unknown

Defined in: packages/core/dist/types.d.ts:1616

An optional structured payload describing the activity.


id: string

Defined in: packages/core/dist/types.d.ts:1604

Identifies the entry within the room.


timestamp: number

Defined in: packages/core/dist/types.d.ts:1620

The epoch-millisecond timestamp when the activity was recorded.


type: string

Defined in: packages/core/dist/types.d.ts:1608

The activity type — an app-defined label, e.g. 'comment:added' or 'record:locked'.