Skip to content

IReadOnlyObservableCollection.toArray

Andrei Fangli edited this page Jul 4, 2021 · 1 revision

Converts the observable collection to a native JavaScript Array.

toArray(): TItem[]

Returns: TItem[]

An Array containing all the items in the collection.

Clone this wiki locally