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

Class

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

Source from the content-addressed store, hash-verified

90}
91
92export class ChildView<T extends object, V> extends ReusableView<T, V> {
93 parent: ReusableView<T, V>;
94
95 constructor(virtualizer: Virtualizer<T, V>, parent: ReusableView<T, V>, viewType: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected