Skip to content

ISetLike.keys

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions
API / ISetLike<TItem> / keys method

Gets an iterator that provides each element in the collection.

keys(): IterableIterator<TItem>

Source reference: src/collections/observableSet/ISetLike.ts:17.

Returns: IterableIterator<TItem>

An iterator going over each key in the collection.

See also

Clone this wiki locally