Skip to content

Vizel API / core/src / VizelCommentReply

Interface: VizelCommentReply

Defined in: packages/core/src/comment.ts:12

A reply to a comment

Properties

author?

ts
optional author?: string;

Defined in: packages/core/src/comment.ts:18

Optional author name


createdAt

ts
createdAt: number;

Defined in: packages/core/src/comment.ts:20

Unix timestamp (milliseconds)


id

ts
id: string;

Defined in: packages/core/src/comment.ts:14

Unique identifier


text

ts
text: string;

Defined in: packages/core/src/comment.ts:16

Reply text

Released under the MIT License.