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

Method _handleKeydown

src/material/chips/chip-set.ts:165–169  ·  view source on GitHub ↗

Handles keyboard events on the chip set.

(event: KeyboardEvent)

Source from the content-addressed store, hash-verified

163
164 /** Handles keyboard events on the chip set. */
165 _handleKeydown(event: KeyboardEvent) {
166 if (this._originatesFromChip(event)) {
167 this._keyManager.onKeydown(event);
168 }
169 }
170
171 /**
172 * Utility to ensure all indexes are valid.

Callers

nothing calls this directly

Calls 2

_originatesFromChipMethod · 0.95
onKeydownMethod · 0.65

Tested by

no test coverage detected