MCPcopy Create free account
hub / github.com/adobe/react-spectrum /

Class

packages/react-stately/src/grid/GridCollection.ts:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50export class GridCollection<T> implements IGridCollection<T> {
51 keyMap: Map<Key, GridNode<T>> = new Map();
52 columnCount: number;
53 rows: GridNode<T>[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected