Skip to content

ReadOnlyObservableSet.toSet

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions

Converts the observable set to a native JavaScript Set.

public toSet(): Set<TItem>

Source reference: src/collections/observableSet/ReadOnlyObservableSet.ts:250.

Returns: Set<TItem>

A Set containing all the items in the collection.

Clone this wiki locally