You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/uui-modal/lib/uui-modal.mdx
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@ Dispatched on first render. This will set open to true and show the modal. Can b
91
91
Dispatched when the modal is closed. Can be cancelled if you want to prevent the modal from closing. But then you'll have to manually call `_closeModal()` when you want to close the modal.
92
92
This is used in the `uui-modal-sidebar` to wait for the animation to finish before removing the modal from the DOM.
93
93
94
+
#### `close-end`
95
+
96
+
This event is triggered before removing the component from the DOM, either after animations or delays or when `_closeModal()` is manually invoked.
0 commit comments