MCPcopy
hub / github.com/angular/components / escape

Function escape

src/aria/combobox/combobox.spec.ts:65–65  ·  view source on GitHub ↗
(modifierKeys?: {})

Source from the content-addressed store, hash-verified

63 const down = async (modifierKeys?: {}) => await keydown('ArrowDown', modifierKeys);
64 const enter = async (modifierKeys?: {}) => await keydown('Enter', modifierKeys);
65 const escape = async (modifierKeys?: {}) => await keydown('Escape', modifierKeys);
66
67 async function setupCombobox(
68 componentType: any = ComboboxListboxExample,

Callers 1

combobox.spec.tsFile · 0.70

Calls 1

keydownFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…