Skip to main content

Close modal

The Close modal action closes a Modal component that is currently open.

Configuration

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

Triggering via RunJS

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

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