MCPcopy Create free account
hub / github.com/angular/components / down

Function down

src/aria/private/menu/menu.spec.ts:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21// Keyboard event helpers
22const up = () => createKeyboardEvent('keydown', 38, 'ArrowUp');
23const down = () => createKeyboardEvent('keydown', 40, 'ArrowDown');
24const home = () => createKeyboardEvent('keydown', 36, 'Home');
25const end = () => createKeyboardEvent('keydown', 35, 'End');
26const enter = () => createKeyboardEvent('keydown', 13, 'Enter');

Callers 1

menu.spec.tsFile · 0.70

Calls 1

createKeyboardEventFunction · 0.85

Tested by

no test coverage detected