Skip to content

ReadOnlyObservableCollection.reverse

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

Reverses the items in the collections and returns the observable collection.

protected reverse(): this

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

Returns: this

The observable collection on which the operation is performed.

See also

Clone this wiki locally