MCPcopy Index your code
hub / github.com/handsontable/handsontable / getCellMeta

Method getCellMeta

handsontable/src/dataMap/dataMap.ts:31–31  ·  view source on GitHub ↗
(physicalRow: number, physicalColumn: number, options?: object)

Source from the content-addressed store, hash-verified

29 removeRow(physicalIndex: number, amount: number): void;
30 removeColumn(physicalIndex: number, amount: number): void;
31 getCellMeta(physicalRow: number, physicalColumn: number, options?: object): Record<string, unknown>;
32}
33
34/*

Callers 6

collectColumnValidatorsFunction · 0.65
validatePerCellFunction · 0.65
getCopyableMethod · 0.65
getMethod · 0.65
getCopyableMethod · 0.65

Implementers 1

MetaManagerhandsontable/src/dataMap/metaManager/i

Calls

no outgoing calls

Tested by

no test coverage detected