ISetLike - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ISetLike<TItem> interface
Represents a read-only set-like object based on the Set-like interface.
interface ISetLike<TItem>Source reference: src/collections/observableSet/ISetLike.ts:5.
- TItem - The type of items the set contains.
-
readonlysize - Gets the number of items in the collection.