core
/
dev.fritz2.dom
/
Tag
/
classList
js
class
List
fun
classList
(values:
List
<
String
>)
Content copied to clipboard
Sets the class attribute from a
List
of
String
s.
Parameters
values
as
List
of
String
s
fun
classList
(values:
Flow
<
List
<
String
>>)
Content copied to clipboard
Sets the class attribute from a
List
of
String
s.
Parameters
values
Flow
with
List
of
String
s