Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/adobe/react-spectrum
/ lastChild
Method
lastChild
packages/react-aria/src/collections/Document.ts:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
get lastChild(): ElementNode<T> | null {
67
return
this._lastChild;
68
}
69
70
set lastChild(lastChild: ElementNode<T> | null) {
71
this._lastChild = lastChild;
Callers
7
shadowTreeWalker.test.tsx
File · 0.45
last
Function · 0.45
onKeyDown
Function · 0.45
last
Function · 0.45
onKeyDown
Function · 0.45
last
Function · 0.45
focusLast
Function · 0.45
Calls
1
markDirty
Method · 0.80
Tested by
no test coverage detected