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

Method hasFixedHeight

source/CellMeasurer/types.js:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3export interface CellMeasureCache {
4 hasFixedWidth(): boolean;
5 hasFixedHeight(): boolean;
6 has(rowIndex: number, columnIndex: number): boolean;
7 set(
8 rowIndex: number,

Callers 4

_getCellMeasurementsMethod · 0.65
hasFixedHeightMethod · 0.65
Grid.jsFile · 0.65

Implementers 2

CellMeasurerCachesource/CellMeasurer/CellMeasurerCache.
CellMeasurerCacheDecoratorsource/MultiGrid/CellMeasurerCacheDeco

Calls

no outgoing calls

Tested by

no test coverage detected