ObservableSet.constructor - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ObservableSet<TItem> / constructor
Initializes a new instance of the ObservableSet<TItem> class.
public constructor(
items?: Iterable<TItem>
)Source reference: src/collections/observableSet/ObservableSet.ts:13.
-
items: Iterable<TItem>
The items to initialize the set with.