MCPcopy Index your code
hub / github.com/angular/components / space

Function space

src/aria/grid/grid.spec.ts:74–74  ·  view source on GitHub ↗
(modifierKeys?: ModifierKeys)

Source from the content-addressed store, hash-verified

72 const end = async (modifierKeys?: ModifierKeys) => await keydown('End', modifierKeys);
73 const enter = async (modifierKeys?: ModifierKeys) => await keydown('Enter', modifierKeys);
74 const space = async (modifierKeys?: ModifierKeys) => await keydown(' ', modifierKeys);
75
76 const tabIntoGrid = async () => {
77 const focusableElement = gridElement.querySelector('[tabindex="0"]') as HTMLElement;

Callers 1

grid.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…