Gets an observable that emits when the backdrop has been clicked.
()
| 303 | |
| 304 | /** Gets an observable that emits when the backdrop has been clicked. */ |
| 305 | backdropClick(): Observable<MouseEvent> { |
| 306 | return this._backdropClick; |
| 307 | } |
| 308 | |
| 309 | /** Gets an observable that emits when the overlay has been attached. */ |
| 310 | attachments(): Observable<void> { |
no outgoing calls
no test coverage detected