Skip to content

CollectionReorderOperation

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / CollectionReorderOperation alias

Describes all the possible operations that can reorder a collection.

type CollectionReorderOperation
= "reverse"
| "sort";

Source reference: src/collections/observableCollections/ICollectionReorder.ts:21.

Clone this wiki locally