Dialog
A dialog is a customizable view that is placed over a standard view and often used for user confirmation or data entry. Dialogs can be opened and closed using the Open dialog and Close dialog action nodes respectively.
General properties
Property | Description |
---|---|
Dialog Type | The way the dialog should be displayed. The options are:
|
Close on Click Outside | When selected the user can click on the backdrop outside of the dialog, or press the |
App bar
App bar properties for dialogs are the same as for views.
Event handlers
Property | Description |
---|---|
On Dialog Open | Triggered once the dialog has been opened and is visible. |
On Dialog Close | Triggered after the dialog has been closed and is no longer visible. This will be triggered if Close on Click Outside is selected and user clicks on the backdrop. |
On Backdrop Click | Available when Close on Click Outside is selected
Triggered when the user clicks on the backdrop outside of the dialog. This is useful when a user clicks the backdrop to close instead of using a cancel/close button. This will also be triggered when the user presses the |
Last updated