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

Function down

src/aria/toolbar/toolbar.spec.ts:47–48  ·  view source on GitHub ↗
(target?: HTMLElement, modifierKeys?: {})

Source from the content-addressed store, hash-verified

45 const up = async (target?: HTMLElement, modifierKeys?: {}) =>
46 await keydown('ArrowUp', target, modifierKeys);
47 const down = async (target?: HTMLElement, modifierKeys?: {}) =>
48 await keydown('ArrowDown', target, modifierKeys);
49 const home = async (target?: HTMLElement, modifierKeys?: {}) =>
50 await keydown('Home', target, modifierKeys);
51 const end = async (target?: HTMLElement, modifierKeys?: {}) =>

Callers 1

toolbar.spec.tsFile · 0.70

Calls 1

keydownFunction · 0.70

Tested by

no test coverage detected