MCPcopy Create free account
hub / github.com/handsontable/handsontable / getTableMeta

Method getTableMeta

handsontable/src/dataMap/dataMap.ts:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 */
25interface MetaManagerLike {
26 getTableMeta(): Record<string, unknown>;
27 createRow(physicalIndex: number | null, amount: number): void;
28 createColumn(physicalIndex: number | null, amount: number): void;
29 removeRow(physicalIndex: number, amount: number): void;

Callers 3

constructorMethod · 0.65

Implementers 1

MetaManagerhandsontable/src/dataMap/metaManager/i

Calls

no outgoing calls

Tested by

no test coverage detected