Skip to content

Vizel API / core/src / VizelComment

Interface: VizelComment

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

A comment annotation on the document

Properties

author?

ts
optional author?: string;

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

Optional author name


createdAt

ts
createdAt: number;

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

Unix timestamp (milliseconds)


id

ts
id: string;

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

Unique identifier


replies

ts
replies: VizelCommentReply[];

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

Replies to this comment


resolved

ts
resolved: boolean;

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

Whether the comment is resolved


text

ts
text: string;

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

Comment text

Released under the MIT License.