Skip to content

Vizel API / core/src / VizelCommentPluginState

Interface: VizelCommentPluginState

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

Plugin state for tracking the active comment

Properties

activeCommentId

ts
activeCommentId: string | null;

Defined in: packages/core/src/extensions/comment.ts:22

Currently active (selected) comment ID

Released under the MIT License.