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

Function enter

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

Source from the content-addressed store, hash-verified

62 const up = async (modifierKeys?: {}) => await keydown('ArrowUp', modifierKeys);
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(

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…