Skip to content

Interface: Comment

@roomful/svelte


@roomful/svelte / Comment

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

A single reply within a comment thread.

author: Peer

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

The peer that authored the reply.


createdAt: number

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

The epoch-millisecond timestamp when the reply was created.


id: string

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

Identifies the reply within its thread.


text: string

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

The reply body.