Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
export
interface
CellMeasureCache {
4
hasFixedWidth(): boolean;
5
hasFixedHeight(): boolean;
6
has(rowIndex: number, columnIndex: number): boolean;
7
set(
8
rowIndex: number,
Callers
4
CellMeasurerCache.jest.js
File · 0.65
_getCellMeasurements
Method · 0.65
hasFixedHeight
Method · 0.65
Grid.js
File · 0.65
Implementers
2
CellMeasurerCache
source/CellMeasurer/CellMeasurerCache.
CellMeasurerCacheDecorator
source/MultiGrid/CellMeasurerCacheDeco
Calls
no outgoing calls
Tested by
no test coverage detected