set

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

The set() method of the StylePropertyMap interface changes the CSS declaration with the given property.

MDN Reference


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