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

Method getTotalSize

source/Collection/Collection.js:160–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 }
159
160 getTotalSize(): SizeInfo {
161 return {
162 height: this._height,
163 width: this._width,
164 };
165 }
166
167 cellRenderers({height, isScrolling, width, x, y}) {
168 const {cellGroupRenderer, cellRenderer} = this.props;

Callers 4

List.jest.jsFile · 0.45
Table.jest.jsFile · 0.45
componentDidMountFunction · 0.45
CollectionView.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected