Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/adobe/react-spectrum
/ markDirty
Method
markDirty
packages/react-aria/src/collections/Document.ts:464–466 ·
view source on GitHub ↗
(node: BaseNode<T>)
Source
from the content-addressed store, hash-verified
462
}
463
464
markDirty(node: BaseNode<T>): void {
465
this.dirtyNodes.add(node);
466
}
467
468
private addNode(element: ElementNode<T>): void {
469
if
(element.isHidden || element.node == null) {
Callers
11
firstChild
Method · 0.80
lastChild
Method · 0.80
previousSibling
Method · 0.80
nextSibling
Method · 0.80
parentNode
Method · 0.80
invalidateChildIndices
Method · 0.80
appendChild
Method · 0.80
removeChild
Method · 0.80
index
Method · 0.80
getMutableNode
Method · 0.80
display
Method · 0.80
Calls
1
add
Method · 0.65
Tested by
no test coverage detected