OpenDialog
OpenDialog(src, props)
Opens a separate dialog where you can load data from an external source or create your own UI.
Parameters
-
src
typestring
The URL where the dialog contents are located. -
props
disableOverlayClick
typeboolean
State of the overlay click
If true, the dialog doesn't close when clicking outside of the dialog areamaxWidth
typestring
The maximum width of the dialogariaLabel
typestring
Accesibility.ariaLabel
can be used in cases where text that could label the element is not visible
Returns
Promise<DialogReturn | null>