Interface: Comment
@roomful/vue / Comment
Interface: Comment
Section titled “Interface: Comment”Defined in: core/dist/types.d.ts:1544
A single reply within a comment thread.
Properties
Section titled “Properties”author
Section titled “author”author:
Peer
Defined in: core/dist/types.d.ts:1552
The peer that authored the reply.
createdAt
Section titled “createdAt”createdAt:
number
Defined in: core/dist/types.d.ts:1560
The epoch-millisecond timestamp when the reply was created.
id:
string
Defined in: core/dist/types.d.ts:1548
Identifies the reply within its thread.
text:
string
Defined in: core/dist/types.d.ts:1556
The reply body.