append

fun append(property: String, vararg values: CSSStyleValue)(source)

The append() method of the StylePropertyMap interface adds the passed CSS value to the StylePropertyMap with the given property.

MDN Reference


fun append(property: String, vararg values: String)(source)