kvision
7.0.0
js
kvision
/
io.kvision.core
/
AttributeSetBuilder
Attribute
Set
Builder
js
interface
AttributeSetBuilder
Members
Functions
add
Link copied to clipboard
js
open
fun
add
(
attribute
:
DomAttribute
?
)
abstract
fun
add
(
name
:
String
,
value
:
String
=
name
)
add
All
Link copied to clipboard
js
open
fun
addAll
(
attributes
:
Map
<
String
,
String
>
)