CustomStateSet

sealed class CustomStateSet : MutableSetLike<ERROR CLASS: Symbol not found for JsString> (source)

The CustomStateSet interface of the Document Object Model stores a list of states for an autonomous custom element, and allows states to be added and removed from the set.

MDN Reference

Properties

Link copied to clipboard
abstract override val size: Int

Functions

Link copied to clipboard
abstract fun add(value: ERROR CLASS: Symbol not found for JsString)
Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract fun delete(value: ERROR CLASS: Symbol not found for JsString): Boolean
Link copied to clipboard
abstract fun entries(): JsIterator<Tuple2<ERROR CLASS: Symbol not found for JsString, ERROR CLASS: Symbol not found for JsString>>
Link copied to clipboard
abstract fun forEach(action: (@R|kotlin/ParameterName|(name = String(item)) ERROR CLASS: Symbol not found for JsString) -> Unit)
Link copied to clipboard
abstract override fun has(key: ERROR CLASS: Symbol not found for JsString): Boolean
Link copied to clipboard
abstract fun keys(): JsIterator<ERROR CLASS: Symbol not found for JsString>
Link copied to clipboard
abstract fun values(): JsIterator<ERROR CLASS: Symbol not found for JsString>