Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ nextSibling
Method
nextSibling
packages/react-aria/src/collections/Document.ts:84–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
get nextSibling(): ElementNode<T> | null {
85
return
this._nextSibling;
86
}
87
88
set nextSibling(nextSibling: ElementNode<T> | null) {
89
this._nextSibling = nextSibling;
Callers
nothing calls this directly
Calls
1
markDirty
Method · 0.80
Tested by
no test coverage detected