OptionalbuttonsButtons to show; defaults to a single confirming ok button.
OptionalcallbackPure result-builder; see DialogResultCallback.
OptionalcontentInline HTML body used when no template is given.
OptionaldataData passed to the template/content during rendering.
OptionalmodalWhether the dialog blocks interaction with the rest of the UI.
OptionalrejectWhether dismissal rejects instead of resolving to null.
OptionalrenderInvoked after the dialog renders and on every re-render; see DialogRenderCallback. Use it to wire dynamic form behaviour, e.g. recomputing dependent fields when a dropdown value changes.
OptionaltemplateHandlebars template rendered for the body (takes precedence over content).
OptionaltitleDialog window title.
Configuration for the single generic
dialogboundary function — the one logic-level dialog primitive (supersedes the former per-shape helpers).