MultiThread Comment Dialog primitives can be used standalone: pass
multiThreadAnnotationId (React) or multi-thread-annotation-id (HTML) to render a primitive with real annotation data without a parent root component.VeltMultiThreadCommentDialog
Root component for the multi-thread comment dialog.- React / Next.js
- Other Frameworks
| Prop | Type | Default | Description |
|---|---|---|---|
annotationId | string | — | The annotation ID |
multiThreadAnnotationId | string | — | The multi-thread annotation ID |
annotation | any | — | Annotation data object |
readOnly | boolean | false | Disables user interaction |
defaultCondition | boolean | true | When false, the component always renders regardless of internal state |
variant | string | — | Visual variant for the component |
inboxMode | boolean | false | Renders the dialog in inbox mode |
onSaveComment | Function | — | Callback fired when a comment is saved |
VeltMultiThreadCommentDialogList
List container for multi-thread comment dialog threads.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogPanel
Panel container for the multi-thread comment dialog.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogComposerContainer
Composer container for the multi-thread comment dialog.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogCommentCount
Comment count display for the multi-thread comment dialog.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogEmptyPlaceholder
Empty state placeholder for the multi-thread comment dialog.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogCloseButton
Close button for the multi-thread comment dialog.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogNewThreadButton
Button to start a new thread in the multi-thread comment dialog.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogResetFilterButton
Button to reset active filters in the multi-thread comment dialog.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalFilterDropdown
Minimal filter dropdown for the multi-thread comment dialog.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalFilterDropdownTrigger
Trigger button for the minimal filter dropdown.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalFilterDropdownContent
Content container for the minimal filter dropdown.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterAll
Filter-all option within the minimal filter dropdown.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterRead
Filter-read option within the minimal filter dropdown.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterResolved
Filter-resolved option within the minimal filter dropdown.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalFilterDropdownContentFilterUnread
Filter-unread option within the minimal filter dropdown.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalFilterDropdownContentSelectedIcon
Selected state icon within the minimal filter dropdown.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortDate
Sort-by-date option within the minimal filter dropdown.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalFilterDropdownContentSortUnread
Sort-by-unread option within the minimal filter dropdown.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalActionsDropdown
Minimal actions dropdown for the multi-thread comment dialog.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalActionsDropdownTrigger
Trigger button for the minimal actions dropdown.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalActionsDropdownContent
Content container for the minimal actions dropdown.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllRead
Mark-all-read action within the minimal actions dropdown.- React / Next.js
- Other Frameworks
VeltMultiThreadCommentDialogMinimalActionsDropdownContentMarkAllResolved
Mark-all-resolved action within the minimal actions dropdown.- React / Next.js
- Other Frameworks

