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

Method getCellIndices

source/Collection/Section.js:30–32  ·  view source on GitHub ↗

Get all cell indices that have been added to this section.

()

Source from the content-addressed store, hash-verified

28
29 /** Get all cell indices that have been added to this section. */
30 getCellIndices(): Array<number> {
31 return this._indices;
32 }
33
34 /** Intended for debugger/test purposes only */
35 toString() {

Callers 3

cellRenderersMethod · 0.45
Section.jest.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected