MCPcopy
hub / github.com/angular/components / left

Function left

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

Source from the content-addressed store, hash-verified

41 const right = async (target?: HTMLElement, modifierKeys?: {}) =>
42 await keydown('ArrowRight', target, modifierKeys);
43 const left = async (target?: HTMLElement, modifierKeys?: {}) =>
44 await keydown('ArrowLeft', target, modifierKeys);
45 const up = async (target?: HTMLElement, modifierKeys?: {}) =>
46 await keydown('ArrowUp', target, modifierKeys);
47 const down = async (target?: HTMLElement, modifierKeys?: {}) =>

Callers 1

toolbar.spec.tsFile · 0.70

Calls 1

keydownFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…