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

Method getRows

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

Gets all rows in the grid.

(filters: GridRowHarnessFilters = {})

Source from the content-addressed store, hash-verified

149
150 /** Gets all rows in the grid. */
151 async getRows(filters: GridRowHarnessFilters = {}): Promise<GridRowHarness[]> {
152 return this.locatorForAll(GridRowHarness.with(filters))();
153 }
154
155 /** Gets all cells in the grid. */
156 async getCells(filters: GridCellHarnessFilters = {}): Promise<GridCellHarness[]> {

Callers 6

getCellTextByIndexMethod · 0.95
getRowCellsFunction · 0.45
getEditCellFunction · 0.45

Calls 2

locatorForAllMethod · 0.80
withMethod · 0.45

Tested by 2

getRowCellsFunction · 0.36
getEditCellFunction · 0.36