Skip to content

ReadOnlyObservableMap.keys

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

Gets an iterator that provides each key in the map.

public keys(): IterableIterator<TKey, any, any>

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

Returns: IterableIterator<TKey, any, any>

An iterator going over each key in the map.

See also

Clone this wiki locally