Skip to content

IReadOnlyObservableSet.toSet

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions

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.

Clone this wiki locally