MCPcopy Create free account
hub / github.com/adobe/react-spectrum /

Class

packages/react-aria/src/collections/Document.ts:428–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426 * which is lazily copied on write during updates.
427 */
428export class Document<T, C extends BaseCollection<T> = BaseCollection<T>> extends BaseNode<T> {
429 nodeType = 11; // DOCUMENT_FRAGMENT_NODE
430 ownerDocument: Document<T, C> = this;
431 dirtyNodes: Set<BaseNode<T>> = new Set();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected