CustomStateSet: clear() method

The clear() method of the CustomStateSet interface removes all elements from the CustomStateSet object.

Syntax

js
clear()

Parameters

None.

Return value

Undefined.

Specifications