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

Method getCellTextByIndex

src/aria/grid/testing/grid-harness.ts:161–164  ·  view source on GitHub ↗

Gets the text inside the entire grid organized by rows.

()

Source from the content-addressed store, hash-verified

159
160 /** Gets the text inside the entire grid organized by rows. */
161 async getCellTextByIndex(): Promise<string[][]> {
162 const rows = await this.getRows();
163 return parallel(() => rows.map(row => row.getCellTextByIndex()));
164 }
165}

Callers 1

Calls 2

getRowsMethod · 0.95
parallelFunction · 0.90

Tested by

no test coverage detected