<VeltWireframe>
    <VeltCommentsSidebarWireframe.MinimalActionsDropdown>
        <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Trigger />
        <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
            <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllRead />
            <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllResolved />
        </VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
    </VeltCommentsSidebarWireframe.MinimalActionsDropdown>
</VeltWireframe>

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

Default Subcomponent

  • This enables actions like Mark all read and Mark all resolved in the sidebar. By default it’s not enabled. You need to explicitly add the wireframe to the sidebar.
<VeltWireframe>
    <VeltCommentsSidebarWireframe.MinimalActionsDropdown>
        <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Trigger />
        <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
            <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllRead />
            <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllResolved />
        </VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
    </VeltCommentsSidebarWireframe.MinimalActionsDropdown>
</VeltWireframe>