Show a dialog
Inject a "Template" into a overlaying dialog
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Template | Specify the "Template" you wish to show as a overlaying dialog. | TEMPLATE | true | |
Template parameters | Parameters specific to the chosen "Template" | TEMPLATE_PARAMS | false | |
Width | Specify the width of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vw" | STRING | true | |
Height | Specify the height of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vh" | STRING | true | |
Minimum width | Specify the minimum width of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vw" | STRING | false | |
Minimum height | Specify the minimum height of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vh" | STRING | false | |
Maximum width | Specify the maximum width of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vw" | STRING | false | |
Maximum height | Specify the maximum height of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vh" | STRING | false | |
Close dialog by outside click | Specify if this dialog can be closed by simply clicking outside of this dialog | BOOLEAN | false | |
After close action | Specify an "Action" that is executed after this dialog has been closed. | ACTION | false | |
After close action parameters | Parameters specific to the chosen "After close action" | ACTION_PARAMS | false |