MCPcopy Create free account
hub / github.com/clauderic/react-tiny-virtual-list / Options

Interface Options

src/SizeAndPositionManager.ts:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface Options {
17 itemCount: number,
18 itemSizeGetter: ItemSizeGetter,
19 estimatedItemSize: number,
20}
21
22export default class SizeAndPositionManager {
23 private itemSizeGetter: ItemSizeGetter;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…