set method
The set()
method of the StylePropertyMap
interface changes the CSS declaration with the given property.
Implementation
external void set(
String property,
JSAny values,
);
The set()
method of the StylePropertyMap
interface changes the CSS declaration with the given property.
external void set(
String property,
JSAny values,
);