Skip to content

IReadOnlyObservableCollection.toReversed

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions

Returns a JavaScript Array containing the items of the collection in reverse order.

toReversed(): TItem[]

Source reference: src/collections/observableCollections/IReadOnlyObservableCollection.ts:288.

Returns: TItem[]

A new Array containing the elements in reversed order.

See also

Clone this wiki locally