Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
shadowTreeWalker.test.tsx
File · 0.45
focus
Function · 0.45
onKeyDownCapture
Function · 0.45
onKeyDown
Function · 0.45
Calls
1
markDirty
Method · 0.80
Tested by
no test coverage detected