IReadOnlyObservableSet.toSet - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IReadOnlyObservableSet<TItem> / toSet method
Converts the observable set to a native JavaScript Set.
toSet(): Set<TItem>
Source reference: src/collections/observableSet/IReadOnlyObservableSet.ts:121
.
Returns: Set<TItem>
An Set containing all the items in the collection.