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

Function down

src/aria/private/tree/tree.spec.ts:26–26  ·  view source on GitHub ↗
(mods?: ModifierKeys)

Source from the content-addressed store, hash-verified

24const a = (mods?: ModifierKeys) => createKeyboardEvent('keydown', 65, 'A', mods);
25const up = (mods?: ModifierKeys) => createKeyboardEvent('keydown', 38, 'ArrowUp', mods);
26const down = (mods?: ModifierKeys) => createKeyboardEvent('keydown', 40, 'ArrowDown', mods);
27const left = (mods?: ModifierKeys) => createKeyboardEvent('keydown', 37, 'ArrowLeft', mods);
28const right = (mods?: ModifierKeys) => createKeyboardEvent('keydown', 39, 'ArrowRight', mods);
29const home = (mods?: ModifierKeys) => createKeyboardEvent('keydown', 36, 'Home', mods);

Callers 1

tree.spec.tsFile · 0.70

Calls 1

createKeyboardEventFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…