Concepts
Async Collaboration
- Comments
- In-app Notifications
- Recorder
- Inline Reactions
- Arrows
Realtime Collaboration
- Presence
- Cursors
- Live Selection
- Huddle
- Single Editor Mode
Confirmation Dialog
Overview
The Confirmation Dialog that appears when you delete a comment annotation.
<VeltWireframe>
<VeltConfirmDialogWireframe>
<VeltConfirmDialogWireframe.Title></VeltConfirmDialogWireframe.Title>
<VeltConfirmDialogWireframe.Message></VeltConfirmDialogWireframe.Message>
<VeltConfirmDialogWireframe.RejectButton></VeltConfirmDialogWireframe.RejectButton>
<VeltConfirmDialogWireframe.ApproveButton></VeltConfirmDialogWireframe.ApproveButton>
</VeltConfirmDialogWireframe>
</VeltWireframe>
We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.
Default Component
Here’s how the default confirmation dialog component looks like:
<VeltWireframe>
<VeltConfirmDialogWireframe>
<VeltConfirmDialogWireframe.Title></VeltConfirmDialogWireframe.Title>
<VeltConfirmDialogWireframe.Message></VeltConfirmDialogWireframe.Message>
<VeltConfirmDialogWireframe.RejectButton></VeltConfirmDialogWireframe.RejectButton>
<VeltConfirmDialogWireframe.ApproveButton></VeltConfirmDialogWireframe.ApproveButton>
</VeltConfirmDialogWireframe>
</VeltWireframe>
<VeltWireframe>
<VeltConfirmDialogWireframe>
<VeltConfirmDialogWireframe.Title></VeltConfirmDialogWireframe.Title>
<VeltConfirmDialogWireframe.Message></VeltConfirmDialogWireframe.Message>
<VeltConfirmDialogWireframe.RejectButton></VeltConfirmDialogWireframe.RejectButton>
<VeltConfirmDialogWireframe.ApproveButton></VeltConfirmDialogWireframe.ApproveButton>
</VeltConfirmDialogWireframe>
</VeltWireframe>