Modal listeners
Hello, I have listeners for contextMenu and for chatInput but which one is for a modal of what do I need to do to get one for modals? I would like to use a listener for modal error handling.
Solution:Jump to solution
modals are part of interation handlers
https://www.sapphirejs.dev/docs/Guide/interaction-handlers/modals
https://www.sapphirejs.dev/docs/Documentation/api-framework/#events:~:text=--,InteractionHandlerError,-%22interactionHandlerError%22...
Sapphire Framework
Modals | Sapphire
Modals are like your annoying pop-ups, but cooler! These interactions will display a pop-up window on the user's client,
2 Replies
Solution
modals are part of interation handlers
https://www.sapphirejs.dev/docs/Guide/interaction-handlers/modals
https://www.sapphirejs.dev/docs/Documentation/api-framework/#events:~:text=--,InteractionHandlerError,-%22interactionHandlerError%22
Sapphire Framework
Modals | Sapphire
Modals are like your annoying pop-ups, but cooler! These interactions will display a pop-up window on the user's client,