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

Function end

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

Source from the content-addressed store, hash-verified

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
54 async function setupToolbar(
55 opts: {

Callers 1

toolbar.spec.tsFile · 0.70

Calls 1

keydownFunction · 0.70

Tested by

no test coverage detected