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

Class

packages/react-stately/src/virtualizer/ReusableView.ts:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 * represent views currently being displayed.
22 */
23export class ReusableView<T extends object, V> {
24 /** The Virtualizer this view is a part of. */
25 virtualizer: Virtualizer<T, V>;
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected