Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/adobe/react-spectrum
/ removeChild
Method
removeChild
packages/react-aria/src/focus/FocusScope.tsx:1113–1116 ·
view source on GitHub ↗
(node: TreeNode)
Source
from the content-addressed store, hash-verified
1111
node.parent = this;
1112
}
1113
removeChild(node: TreeNode): void {
1114
this.children.delete(node);
1115
node.parent = undefined;
1116
}
1117
}
1118
1119
export let focusScopeTree: Tree = new Tree();
Callers
15
createShadowRootAndRender
Function · 0.45
useInteractOutside.test.js
File · 0.45
App
Function · 0.45
Example
Function · 0.45
ExampleComponent
Function · 0.45
useFocus.test.js
File · 0.45
domHelpers.test.js
File · 0.45
isFocusable.test.tsx
File · 0.45
cleanupElements
Function · 0.45
checkPositionCommon
Function · 0.45
calculatePosition.test.ts
File · 0.45
ariaHideOutside.test.js
File · 0.45
Calls
1
delete
Method · 0.80
Tested by
6
createShadowRootAndRender
Function · 0.36
App
Function · 0.36
Example
Function · 0.36
ExampleComponent
Function · 0.36
cleanupElements
Function · 0.36
checkPositionCommon
Function · 0.36