MCPcopy Index your code
hub / github.com/angular/components / keydownEvents

Method keydownEvents

src/material/dialog/dialog-ref.ts:189–191  ·  view source on GitHub ↗

* Gets an observable that emits when keydown events are targeted on the overlay.

()

Source from the content-addressed store, hash-verified

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.

Callers 8

constructorMethod · 0.95
_createOverlayMethod · 0.45
_getOverlayRefMethod · 0.45
_createOverlayFunction · 0.45
_updatePanelStateMethod · 0.45
dialog.spec.tsFile · 0.45
_openOverlayFunction · 0.45
_getCloseStreamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected