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

<VeltWireframe>
    <VeltCommentDialogWireframe.Composer>
        <VeltCommentDialogWireframe.Composer.PrivateBadge />
        <VeltCommentDialogWireframe.Composer.Avatar /> {/* used for inline comments */}
        <VeltCommentDialogWireframe.Composer.Attachments>
            ... customizable
        </VeltCommentDialogWireframe.Composer.Attachments>
        <VeltCommentDialogWireframe.Composer.Recordings />
        <VeltCommentDialogWireframe.Composer.Input />
        <VeltCommentDialogWireframe.Composer.ActionButton type="userMentions" />
        <VeltCommentDialogWireframe.Composer.ActionButton type="attachments" />
        <VeltCommentDialogWireframe.Composer.ActionButton type="audio" />
        <VeltCommentDialogWireframe.Composer.ActionButton type="video" />
        <VeltCommentDialogWireframe.Composer.ActionButton type="screen" />
        <VeltCommentDialogWireframe.Composer.ActionButton type="submit" />
        <VeltCommentDialogWireframe.Composer.AssignUser />
    </VeltCommentDialogWireframe.Composer>
</VeltWireframe>

Subcomponents that don’t support children

  • VeltCommentDialogWireframe.Composer.Recordings
  • VeltCommentDialogWireframe.Composer.Input
  • VeltCommentDialogWireframe.Composer.AssignUser