Skip to content

ReadOnlyObservableSet.constructor

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

Initializes a new instance of the ReadOnlyObservableSet<TItem> class.

public constructor(
  items?: Iterable<TItem>
)

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

Parameters

  • items: Iterable<TItem>
    The items to initialize the set with.
Clone this wiki locally