A focused, centered dialog that pauses the page behind a backdrop until the user confirms, cancels, or closes it. Opened via an "Open Modal" action (display mode: Modal) attached to a button or other action trigger.
Parameters
small (400px) / medium (600px, default) / large (800px) / extra-large (1000px) / custom (exact pixel width, 200–2000px).center (default) — floats at mid-height, or top — settles just below the page header.default / elevated / outlined / minimal.Location
Entire form (default, centers over the whole page) or Anchored — pin the modal to a specific Columns, Container, Tabs, or Accordion element on the canvas.Events
onClose – fired when the modal is dismissed, whether by the close button, background click, Escape, or a completed action inside it.A side panel that slides in from the edge of the screen with supporting context, while the underlying page stays visible and untouched. Opened via an "Open Modal" action (display mode: Slideout).
Parameters
left, right (default), or bottom.small (400px) / medium (600px, default) / large (800px) / extra-large (1000px) / custom (200–2000px). Not shown for bottom slideouts — those are always full-width; instead you set an Initial height (px) (or drag to resize, if Allow resize is on).Location
Entire form (default) or Anchored to a Columns, Container, Tabs, or Accordion element.Behavior
Events
onClose – fired when the slideout is dismissed, whether by the close button, background click, Escape, or a completed action inside it.A small contextual panel anchored near the element that opened it — for short menus or quick actions, not a full-page interruption. Opened via an "Open Modal" action (display mode: Dropdown).
Parameters
below (default) / above / left / right — placement relative to the trigger element.small (240px, default) / medium (320px) / custom (160–480px). The larger Modal/Slideout presets (Large, Extra-Large) aren't offered — a Dropdown is always a constrained contextual size.Behavior
Events
onClose – fired when the dropdown is dismissed, whether by an outside click, Escape, or a completed action inside it.Group related fields into columns so a form reads cleanly instead of stacking every field in one long list.
Show a focused, in-place confirmation dialog so a user reviews the details before an irreversible action goes through.
Open a side panel with supporting context — like history or related records — without navigating away from the form.