Skip to content

Vizel API / core/src / VizelCommentState

Interface: VizelCommentState

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

Comment state

Properties

activeCommentId

ts
activeCommentId: string | null;

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

Currently active comment ID


comments

ts
comments: VizelComment[];

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

All stored comments (newest first)


error

ts
error: Error | null;

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

Last error that occurred


isLoading

ts
isLoading: boolean;

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

Whether comments are loading

Released under the MIT License.