Show modal
The Show modal action opens a Modal component when an event occurs.
Configuration
| Parameter | Description | Default |
|---|---|---|
| Modal | The Modal component to open | — |
| Debounce | Time in milliseconds to wait before executing the action | Empty (no delay) |
Triggering via RunJS
actions.showModal('<modalName>');
info
For a full quick-reference of all actions' RunJS syntax, see Run Actions from RunJS.