We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.
Default Subcomponent

Copy
Ask AI
<VeltWireframe>
<VeltCommentsSidebarWireframe.Filter>
{/* Title */}
<VeltCommentsSidebarWireframe.Filter.Title />
{/* Close Button */}
<VeltCommentsSidebarWireframe.Filter.CloseButton />
{/* Location */}
<VeltCommentsSidebarWireframe.Filter.Location />
{/* Document */}
<VeltCommentsSidebarWireframe.Filter.Document />
{/* Author */}
<VeltCommentsSidebarWireframe.Filter.People />
{/* Tagged */}
<VeltCommentsSidebarWireframe.Filter.Tagged />
{/* Assigned */}
<VeltCommentsSidebarWireframe.Filter.Assigned />
{/* Category */}
<VeltCommentsSidebarWireframe.Filter.Category />
{/* Priority */}
<VeltCommentsSidebarWireframe.Filter.Priority />
{/* CommentType */}
<VeltCommentsSidebarWireframe.Filter.CommentType />
{/* Versions */}
<VeltCommentsSidebarWireframe.Filter.Versions />
{/* Custom */}
<VeltCommentsSidebarWireframe.Filter.Custom id='your-filter-id' />
{/* Status */}
<VeltCommentsSidebarWireframe.Filter.Status />
{/* GroupBy */}
<VeltCommentsSidebarWireframe.Filter.GroupBy />
{/* Reset Button */}
<VeltCommentsSidebarWireframe.Filter.ResetButton />
{/* Done Button */}
<VeltCommentsSidebarWireframe.Filter.DoneButton />
</VeltCommentsSidebarWireframe.Filter>
</VeltWireframe>