Skip to content

ReadOnlyObservableSet.toSet

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions

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.

Clone this wiki locally