Skip to content

ReadOnlyObservableCollection.toReversed

Andrei Fangli edited this page Sep 3, 2023 · 1 revision

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

This is a public method.

public toReversed(): TItem[]

Returns: TItem[]

A new Array containing the elements in reversed order.

See

Clone this wiki locally