MCPcopy Create free account
hub / github.com/bvaughn/react-window / element

Method element

lib/components/grid/types.ts:280–280  ·  view source on GitHub ↗

* Outermost HTML element for the grid if mounted and null (if not mounted.

()

Source from the content-addressed store, hash-verified

278 * Outermost HTML element for the grid if mounted and null (if not mounted.
279 */
280 get element(): HTMLDivElement | null;
281
282 /**
283 * Scrolls the grid so that the specified row and column are visible.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected