Function that close the modal by the id specified
The id of the modal that is to be deleted
Function that creates the modal
The modal object of type TypeModalProps
Function that deletes the modal by the id specified
The id of the modal that is to be deleted
Unregisters a modal closed event handler.
The callback to stop being called whenever the event is emitted
Unregisters a modal opened an event handler.
The callback to stop being called whenever the event is emitted
Registers a modal closed event handler.
The callback to be executed whenever the event is emitted
Registers a modal opened event handler.
The callback to be executed whenever the event is emitted
Function that open the modal by the id specified
The id of the modal that is to be deleted
Class used to handle creating a new modal
Exports
ModalApi