Skip to content

FormCollection.reverse

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions

This method overrides ReadOnlyFormCollection.reverse.

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

public reverse(): this

Source reference: src/forms/FormCollection.ts:124.

Returns: this

The observable collection on which the operation is performed.

See also

Clone this wiki locally