MCPcopy
hub / github.com/palantir/blueprint / find

Function find

packages/table/test/tableTests.tsx:1830–1832  ·  view source on GitHub ↗
(selector: string)

Source from the content-addressed store, hash-verified

1828 }
1829
1830 function find(selector: string) {
1831 return table.find(`.${Classes.TABLE_QUADRANT_MAIN} ${selector}`);
1832 }
1833
1834 function clickRowHeaderCell() {
1835 click(find(`.${Classes.TABLE_ROW_HEADERS} .${Classes.TABLE_HEADER}`).at(CELL_INDEX));

Callers 3

clickRowHeaderCellFunction · 0.85
clickColumnHeaderCellFunction · 0.85
clickTableMenuFunction · 0.85

Calls 1

findMethod · 0.80

Tested by

no test coverage detected