Skip to content

ReadOnlyObservableMap.constructor

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

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

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

Source reference: src/collections/observableMap/ReadOnlyObservableMap.ts:21.

Parameters

Clone this wiki locally