Skip to main content

Show modal

The Show modal action opens a Modal component when an event occurs.

Configuration

ParameterDescriptionDefault
ModalThe Modal component to open
DebounceTime in milliseconds to wait before executing the actionEmpty (no delay)
ToolJet - Action reference - Show modal

Triggering via RunJS

actions.showModal('<modalName>');
info

For a full quick-reference of all actions' RunJS syntax, see Run Actions from RunJS.