Skip to content

IReadOnlyObservableMap.keys

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

Gets an iterator that provides each key in the map.

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

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

Returns: IterableIterator<TKey, any, any>

An iterator going over each key in the map.

See also

Clone this wiki locally