Dialog

Renders a modal workflow from one flat owner element.

ParameterDescription
titleDialog title.
subtitleSupporting dialog text.
isOpenControls whether the dialog is open.
triggerLabelLabel for the optional trigger.
purposeDialog purpose: required, form, or info.
gapSpace between dialog content elements.
fullscreenExpand the dialog to take up the entire viewport.
widthDialog width in pixels or any CSS width, ignored when fullscreen.
heightCaps the dialog height in pixels or any CSS height, ignored when fullscreen.
ifConditional rendering expression.

Usage

xml
<Dialog title="Edit order" isOpen="$dialog.open">
<TextInput label="Name" value="$form.name" />
</Dialog>