
If you call
showDialog() from within an already-open dialog, a new dialog will be shown
on top of the existing one, with breadcrumbs showing the user the titles of the dialogs under
the top one.Clicking outside the dialog will close them all. Esc or clicking the “back” button will close
the top-most dialog.Example
CallshowDialog() from record actions. Hiding the dialog is automatically handled by Attio when the user closes it.
API
TypeScript
Returns
APromise that resolves when the dialog is closed.
DialogOptions
The title of the dialog.
The contents of the dialog.
