* Gets an observable that emits when keydown events are targeted on the overlay.
()
| 187 | * Gets an observable that emits when keydown events are targeted on the overlay. |
| 188 | */ |
| 189 | keydownEvents(): Observable<KeyboardEvent> { |
| 190 | return this._ref.keydownEvents; |
| 191 | } |
| 192 | |
| 193 | /** |
| 194 | * Updates the dialog's position. |
no outgoing calls
no test coverage detected