MCPcopy Index your code
hub / github.com/adobe/react-spectrum / parentNode

Method parentNode

packages/react-aria/src/collections/Document.ts:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 get parentNode(): BaseNode<T> | null {
94 return this._parentNode;
95 }
96
97 set parentNode(parentNode: BaseNode<T> | null) {
98 this._parentNode = parentNode;

Callers

nothing calls this directly

Calls 1

markDirtyMethod · 0.80

Tested by

no test coverage detected