* Closes all of the currently-open dialogs.
()
| 166 | * Closes all of the currently-open dialogs. |
| 167 | */ |
| 168 | closeAll(): void { |
| 169 | reverseForEach(this.openDialogs, dialog => dialog.close()); |
| 170 | } |
| 171 | |
| 172 | /** |
| 173 | * Finds an open dialog by its id. |
no test coverage detected