title and description render in the dialog header.
Basic Usage
Confirmation Pattern
Dialogs work well for destructive actions that need explicit confirmation before proceeding. UseCloseOverlay() on the Cancel button to dismiss the dialog, and on the confirm button to close it after the action fires.
Confirmation with Feedback
WireShowToast callbacks onto a CallTool to give feedback after the server responds. CloseOverlay() in the on_success list dismisses the dialog once the operation succeeds; on_error keeps the dialog open so the user can retry.
API Reference
Protocol Reference
Dialog