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

Function asterisk

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

Source from the content-addressed store, hash-verified

31const space = (mods?: ModifierKeys) => createKeyboardEvent('keydown', 32, ' ', mods);
32const enter = (mods?: ModifierKeys) => createKeyboardEvent('keydown', 13, 'Enter', mods);
33const asterisk = (mods?: ModifierKeys) => createKeyboardEvent('keydown', 106, '*', mods);
34const shift = () => createKeyboardEvent('keydown', 16, 'Shift', {shift: true});
35
36function createClickEvent(element: HTMLElement, mods?: ModifierKeys): PointerEvent {

Callers 1

tree.spec.tsFile · 0.85

Calls 1

createKeyboardEventFunction · 0.85

Tested by

no test coverage detected