Skip to content

ReadOnlyObservableSet.constructor

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

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

public constructor(
  items?: Iterable<TItem, any, any>
)

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

Parameters

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