Example
CallshowDialog() from record actions. Hiding the dialog is automatically handled by Attio when the user closes it.
src/app/extensions/aurora/extension.tsx
API
TypeScript
Returns
APromise that resolves when the dialog is closed.
DialogOptions
string
required
The title of the dialog.
React.FC<{ hideDialog: () => void }>
required
The contents of the dialog.
