MCPcopy
hub / github.com/adobe/react-spectrum / firstChild

Method firstChild

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

Source from the content-addressed store, hash-verified

55 }
56
57 get firstChild(): ElementNode<T> | null {
58 return this._firstChild;
59 }
60
61 set firstChild(firstChild: ElementNode<T> | null) {
62 this._firstChild = firstChild;

Callers 4

focusFunction · 0.45
onKeyDownCaptureFunction · 0.45
onKeyDownFunction · 0.45

Calls 1

markDirtyMethod · 0.80

Tested by

no test coverage detected