Skip to content

ReadOnlyObservableCollection.toArray

Andrei Fangli edited this page Sep 3, 2023 · 2 revisions

Converts the observable collection to a native JavaScript Array.

This is a public method.

public toArray(): TItem[]

Returns: TItem[]

An Array containing all the items in the collection.

Clone this wiki locally