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

Converts the observable collection to a native JavaScript Array.

toArray(): TItem[]

Source reference: src/collections/observableCollections/IReadOnlyObservableCollection.ts:281.

Returns: TItem[]

An Array containing all the items in the collection.

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