MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / currentCell

Function currentCell

src/components/Table/RNTable.ts:96–99  ·  view source on GitHub ↗
({ row, column }: CellRange)

Source from the content-addressed store, hash-verified

94 }
95 },
96 set currentCell({ row, column }: CellRange) {
97 verifyRanges(cellRange, { row, column });
98 widget.setCurrentCell(row, column);
99 },
100 set sortItems({ column, order }: Sort) {
101 verifyRanges(cellRange, { column });
102 widget.sortItems(column, order);

Callers

nothing calls this directly

Calls 1

verifyRangesFunction · 0.85

Tested by

no test coverage detected