The delete() method of the CustomStateSet interface deletes a single value from the CustomStateSet.
delete()
CustomStateSet
delete(value)
value
value to remove from the CustomStateSet.
Returns true if value was in the CustomStateSet; otherwise false.
true
false