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

Class

packages/react-stately/src/selection/Selection.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 * and current selected key for use when range selecting.
18 */
19export class Selection extends Set<Key> {
20 anchorKey: Key | null;
21 currentKey: Key | null;
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected