Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bvaughn/react-virtualized
/ hasFixedWidth
Method
hasFixedWidth
source/CellMeasurer/types.js:4–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
export
interface
CellMeasureCache {
4
hasFixedWidth(): boolean;
5
hasFixedHeight(): boolean;
6
has(rowIndex: number, columnIndex: number): boolean;
7
set(
Callers
3
CellMeasurerCache.jest.js
File · 0.65
_getCellMeasurements
Method · 0.65
hasFixedWidth
Method · 0.65
Implementers
2
CellMeasurerCache
source/CellMeasurer/CellMeasurerCache.
CellMeasurerCacheDecorator
source/MultiGrid/CellMeasurerCacheDeco
Calls
no outgoing calls
Tested by
no test coverage detected