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

VeltConfirmDialogWireframe

Title

Message

Preview

Renders only when the draftConfirmation popup shows a quoted preview of the unsent draft content. Empty on every other confirm dialog (comment, area, arrow, tag, recorder deletes).

RejectButton

ApproveButton

Styling

Disable ShadowDOM

ShadowDOM is not used in this component. You can apply your styling directly to the component.

Dark Mode

This component takes the dark mode property from the parent feature (eg: comments) where this used. If the parent feature component is in dark mode, this component will also be in dark mode.

Type-Scoped CSS Classes

When the confirm dialog is shown, a modifier class is added to the root element based on the type prop (see ConfirmDialogComponentConfig):
  • velt-confirm-dialog — always present (base class)
  • velt-confirm-dialog--comment — added automatically when deleting a comment
  • velt-confirm-dialog--reply — added automatically when deleting a reply
  • velt-confirm-dialog--{type} — general form for any custom type string (e.g., archive, mention)
  • velt-confirm-dialog--draft — added automatically when the draftConfirmation popup shows
  • No modifier class is added when type is omitted or empty