IReadOnlyObservableCollection.length - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IReadOnlyObservableCollection<TItem> / length property
Gets the number of items in the collection.
Property type: number
.
readonly length: number
Source reference: src/collections/observableCollections/IReadOnlyObservableCollection.ts:16
.