Skip to content

ObservableSet.constructor

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / ObservableSet<TItem> / constructor

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

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

Source reference: src/collections/observableSet/ObservableSet.ts:13.

Parameters

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