IReadOnlyObservableCollection.toReversed - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IReadOnlyObservableCollection<TItem> / toReversed method
Returns a JavaScript Array containing the items of the collection in reverse order.
toReversed(): TItem[]
Source reference: src/collections/observableCollections/IReadOnlyObservableCollection.ts:288
.
A new Array containing the elements in reversed order.