ReadOnlyObservableCollection.push - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ReadOnlyObservableCollection<TItem> / push method
Appends new elements to the end of the collection, and returns the new length of the collection.
protected push(
...items: readonly TItem[]
): number
Source reference: src/collections/observableCollections/ReadOnlyObservableCollection.ts:723
.
Returns: number
The new length of the collection.