MCPcopy
hub / github.com/bvaughn/react-virtualized / getHeight

Method getHeight

source/CellMeasurer/types.js:13–13  ·  view source on GitHub ↗
(rowIndex: number, columnIndex?: number)

Source from the content-addressed store, hash-verified

11 height: number,
12 ): void;
13 getHeight(rowIndex: number, columnIndex?: number): number;
14 getWidth(rowIndex: number, columnIndex?: number): number;
15}

Callers 7

renderMethod · 0.65
Masonry.jsFile · 0.65
cellPositionerFunction · 0.65
CellMeasurerClass · 0.65
getHeightMethod · 0.65

Implementers 2

CellMeasurerCachesource/CellMeasurer/CellMeasurerCache.
CellMeasurerCacheDecoratorsource/MultiGrid/CellMeasurerCacheDeco

Calls

no outgoing calls

Tested by

no test coverage detected