CustomStateSet: keys() method

The keys() method of the CustomStateSet interface is an alias for CustomStateSet.values.

Syntax

js
keys()

Parameters

None.

Return value

A new iterator object containing the values for each element in the given CustomStateSet, in insertion order.

Specifications