IObservableCollection.reverse - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IObservableCollection<TItem> / reverse method
Reverses the items in the collections and returns the observable collection.
reverse(): this
Source reference: src/collections/observableCollections/IObservableCollection.ts:84
.
Returns: this
The observable collection on which the operation is performed.