Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/adobe/react-spectrum
/ getTree
Method
getTree
packages/@react-aria/test-utils/src/tree.ts:264–266 ·
view source on GitHub ↗
* Returns the tree.
()
Source
from the content-addressed store, hash-verified
262
* Returns the tree.
263
*/
264
getTree(): HTMLElement {
265
return
this._tree;
266
}
267
268
/**
269
* Returns the tree's rows
if
any.
Callers
8
findRow
Method · 0.95
keyboardNavigateToRow
Method · 0.95
toggleRowExpansion
Method · 0.95
getRows
Method · 0.95
getCells
Method · 0.95
Tree.test.tsx
File · 0.80
AriaTreeTests
Function · 0.80
TreeView.test.tsx
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected