CollectionReorderOperation - Andrei15193/react-model-view-viewmodel GitHub Wiki
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
.