<VeltWireframe>
    <VeltCommentsSidebarWireframe.FocusedThread>
        {/* Back Button to back to default view with all threads */}
        <VeltCommentsSidebarWireframe.FocusedThread.BackButton />
        {/* Container that contains the comment dialog */}
        <VeltCommentsSidebarWireframe.FocusedThread.DialogContainer />
    </VeltCommentsSidebarWireframe.FocusedThread>
</VeltWireframe>

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

<VeltWireframe>
    <VeltCommentsSidebarWireframe.FocusedThread>
        {/* Back Button to back to default view with all threads */}
        <VeltCommentsSidebarWireframe.FocusedThread.BackButton />
        {/* Container that contains the comment dialog */}
        <VeltCommentsSidebarWireframe.FocusedThread.DialogContainer />
    </VeltCommentsSidebarWireframe.FocusedThread>
</VeltWireframe>