ICollectionReorder.movedItems - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ICollectionReorder<TItem> / movedItems property
Gets information about how each item was moved within the collection.
Property type: readonly
ICollectionItemMove<TItem>[].
readonly movedItems: readonly ICollectionItemMove<TItem>[]
Source reference: src/collections/observableCollections/ICollectionReorder.ts:15
.