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

<VeltWireframe>
    <VeltCommentDialogWireframe.Header>
        {/* Following subcomponents can be used outside header as well */}
        {/* Pin Dialog Header */}
        <VeltCommentDialogWireframe.Status />
        <VeltCommentDialogWireframe.Priority />
        <VeltCommentDialogWireframe.Options />
        <VeltCommentDialogWireframe.ResolveButton />
        <VeltCommentDialogWireframe.CopyLink />

        {/* Sidebar Dialog Header */}
        <VeltCommentDialogWireframe.CommentCategory />
        <VeltCommentDialogWireframe.CommentIndex />
        <VeltCommentDialogWireframe.CommentSuggestionStatus />
    </VeltCommentDialogWireframe.Header>
</VeltWireframe>