Skip to content

IReadOnlyObservableMap.keys

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions

Gets an iterator that provides each key in the map.

keys(): IterableIterator<TKey>

Source reference: src/collections/observableMap/IReadOnlyObservableMap.ts:35.

Returns: IterableIterator<TKey>

An iterator going over each key in the map.

See also

Clone this wiki locally