Skip to content

ObservableMap.constructor

github-actions[bot] edited this page Nov 17, 2024 · 2 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