Skip to content

ReadOnlyObservableCollection.toReversed

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions

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

public toReversed(): TItem[]

Source reference: src/collections/observableCollections/ReadOnlyObservableCollection.ts:646.

Returns: TItem[]

A new Array containing the elements in reversed order.

See also

Clone this wiki locally