A promise that is resolved when a modal gets opened after downloading content's template and resolving all variables.
A promise that is resolved when a modal is rendered.
A promise that is resolved when a modal is closed and rejected when a modal is dismissed.
A method that can be used to close a modal, passing a result. If preventDefault
is called on the modal.closing
event then the modal will remain open.
A method that can be used to dismiss a modal, passing a reason. If preventDefault
is called on the modal.closing
event then the modal will remain open.
Generated using TypeDoc
A promise that is resolved when a modal is closed and the animation completes.