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

Method sort

packages/react-stately/src/data/useAsyncList.ts:120–120  ·  view source on GitHub ↗

Triggers sorting for the list.

(descriptor: SortDescriptor)

Source from the content-addressed store, hash-verified

118 loadMore(): void;
119 /** Triggers sorting for the list. */
120 sort(descriptor: SortDescriptor): void;
121 /** The current loading state for the list. */
122 loadingState: LoadingState;
123}

Callers 3

moveBeforeFunction · 0.65
moveAfterFunction · 0.65
moveItemsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected