Skip to content

ReadOnlyObservableMap.keys

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

Gets an iterator that provides each key in the map.

public keys(): IterableIterator<TKey>

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

Returns: IterableIterator<TKey>

An iterator going over each key in the map.

See also

Clone this wiki locally