toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.components
/
CustomStateSet
Custom
State
Set
sealed
external
class
CustomStateSet
:
MutableSetLike
<
String
>
(
source
)
MDN Reference
Members
Properties
size
Link copied to clipboard
abstract
override
val
size
:
Int
Functions
add
Link copied to clipboard
abstract
fun
add
(
value
:
String
)
clear
Link copied to clipboard
abstract
fun
clear
(
)
delete
Link copied to clipboard
abstract
fun
delete
(
value
:
String
)
:
Boolean
entries
Link copied to clipboard
abstract
fun
entries
(
)
:
JsIterator
<
JsTuple2
<
String
,
String
>
>
for
Each
Link copied to clipboard
abstract
fun
forEach
(
action
:
(
item
:
String
)
->
Unit
)
get
Link copied to clipboard
open
operator
fun
get
(
key
:
Symbol.iterator
)
:
(
)
->
JsIterator
<
String
>
has
Link copied to clipboard
abstract
override
fun
has
(
key
:
String
)
:
Boolean
iterator
Link copied to clipboard
open
inline operator
fun
iterator
(
)
:
Iterator
<
String
>
keys
Link copied to clipboard
abstract
fun
keys
(
)
:
JsIterator
<
String
>
values
Link copied to clipboard
abstract
fun
values
(
)
:
JsIterator
<
String
>