Gets an observable that emits when the backdrop has been clicked.
()
| 293 | |
| 294 | /** Gets an observable that emits when the backdrop has been clicked. */ |
| 295 | backdropClick(): Observable<MouseEvent> { |
| 296 | return this._backdropClick; |
| 297 | } |
| 298 | |
| 299 | /** Gets an observable that emits when the overlay has been attached. */ |
| 300 | attachments(): Observable<void> { |
no outgoing calls
no test coverage detected