Skip to content

CollectionReorderOperation

github-actions[bot] edited this page Feb 4, 2025 · 4 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