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