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

Function right

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

Source from the content-addressed store, hash-verified

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);
30const end = (mods?: ModifierKeys) => createKeyboardEvent('keydown', 35, 'End', mods);
31const space = (mods?: ModifierKeys) => createKeyboardEvent('keydown', 32, ' ', 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…