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

Function home

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

Source from the content-addressed store, hash-verified

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?: {}) =>
52 await keydown('End', target, modifierKeys);
53

Callers 1

toolbar.spec.tsFile · 0.70

Calls 1

keydownFunction · 0.70

Tested by

no test coverage detected