toggle menu
fritz2
js
switch theme
search in API
core
/
dev.fritz2.core
/
Tag
/
classList
class
List
js
open
fun
classList
(
values
:
List
<
String
>
)
Sets the
class
attribute from a
List
of
String
s.
Parameters
values
as
List
of
String
s
open
fun
classList
(
values
:
Flow
<
List
<
String
>
>
)
Sets the
class
attribute from a
List
of
String
s.
Parameters
values
Flow
with
List
of
String
s