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

Class

packages/react-aria/src/collections/Document.ts:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 * and queues an update with the owner document.
35 */
36export class BaseNode<T> {
37 private _firstChild: ElementNode<T> | null = null;
38 private _lastChild: ElementNode<T> | null = null;
39 private _previousSibling: ElementNode<T> | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected