Skip to content

ObservableMap.constructor

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

Initializes a new instance of the ObservableMap<TKey, TItem> class.

public constructor(
  entries?: Iterable<readonly [TKey, TItem], any, any>
)

Source reference: src/collections/observableMap/ObservableMap.ts:14.

Parameters

Clone this wiki locally