ICollectionItemMove.previousIndex - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ICollectionItemMove<TItem> / previousIndex property
Gets the index from where ICollectionItemMove.currentItem
was moved.
Property type: number
.
readonly previousIndex: number
Source reference: src/collections/observableCollections/ICollectionReorder.ts:31
.