ReadOnlyObservableCollection.toArray - Andrei15193/react-model-view-viewmodel GitHub Wiki

Converts the observable collection to a native JavaScript Array.

public toArray(): TItem[]

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

Returns: TItem[]

An Array containing all the items in the collection.

⚠️ **GitHub.com Fallback** ⚠️