IReadOnlyObservableCollection.toArray - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IReadOnlyObservableCollection<TItem> / toArray method
Converts the observable collection to a native JavaScript Array.
toArray(): TItem[]
Source reference: src/collections/observableCollections/IReadOnlyObservableCollection.ts:281
.
An Array containing all the items in the collection.