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

Class

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

Source from the content-addressed store, hash-verified

21
22/** An immutable object representing a Node in a Collection. */
23export class CollectionNode<T> implements Node<T> {
24 static readonly type: string;
25 readonly type: string;
26 readonly key: Key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected