* Gets an observable that emits when the overlay's backdrop has been clicked.
()
| 180 | * Gets an observable that emits when the overlay's backdrop has been clicked. |
| 181 | */ |
| 182 | backdropClick(): Observable<MouseEvent> { |
| 183 | return this._ref.backdropClick; |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * Gets an observable that emits when keydown events are targeted on the overlay. |
no outgoing calls
no test coverage detected