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

Function tabIntoGrid

src/aria/grid/grid.spec.ts:76–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 const space = async (modifierKeys?: ModifierKeys) => await keydown(' ', modifierKeys);
75
76 const tabIntoGrid = async () => {
77 const focusableElement = gridElement.querySelector('[tabindex="0"]') as HTMLElement;
78 focusableElement?.focus();
79 await fixture.whenStable();
80 };
81
82 function getActiveCellId(): string | null {
83 if (fixture.componentInstance.focusMode() === 'roving') {

Callers 1

grid.spec.tsFile · 0.85

Calls 1

focusMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…