Interface: Comment
@roomful/core / Comment
Interface: Comment
Section titled “Interface: Comment”Defined in: packages/core/src/types.ts:1803
A single reply within a comment thread.
Properties
Section titled “Properties”author
Section titled “author”author:
Peer
Defined in: packages/core/src/types.ts:1812
The peer that authored the reply.
createdAt
Section titled “createdAt”createdAt:
number
Defined in: packages/core/src/types.ts:1822
The epoch-millisecond timestamp when the reply was created.
id:
string
Defined in: packages/core/src/types.ts:1807
Identifies the reply within its thread.
text:
string
Defined in: packages/core/src/types.ts:1817
The reply body.