Modal layout wrapper
tuiModal.RdOverlays a popup component above a background child component.
Arguments
- child
Base
rtuiComponentrendered underneath the modal.- modal
rtuiComponentrendered as the popup overlay.- show
Static fallback visibility (
FALSEby default).- showInputId
Optional input id controlling modal visibility at runtime. When set, visibility is driven by
input$<showInputId>(truthy values show the modal) andshowis used only as a fallback when the input is absent.- closeOnEscape
Whether pressing Escape should close the modal by writing
FALSEintoinput$<showInputId>and triggering its event handler. Ignored whenshowInputIdisNULL.