Ask AI
Skip to main content

Show a dialog

Inject a "Template" into a overlaying dialog

Input parameters

NameDescriptionTypeRequiredDefault value
TemplateSpecify the "Template" you wish to show as a overlaying dialog.Templatetrue
Template parametersParameters specific to the chosen "Template"TEMPLATE_PARAMSfalse
WidthSpecify the width of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vw". Leave blank to use the height of the template.Textfalse
HeightSpecify the height of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vh". Leave blank to use the height of the template.Textfalse
Minimum widthSpecify the minimum width of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vw"Textfalse
Minimum heightSpecify the minimum height of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vh"Textfalse
Maximum widthSpecify the maximum width of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vw"Textfalse
Maximum heightSpecify the maximum height of the overlaying dialog. This should include the value and the unit to user for example: "100px" or "80vh"Textfalse
Close dialog by outside clickSpecify if this dialog can be closed by simply clicking outside of this dialogTrue/Falsefalse
After close actionSpecify an "Action" that is executed after this dialog has been closed.ACTIONfalse
After close action parametersParameters specific to the chosen "After close action"ACTION_PARAMSfalse