append method
The append()
method of the
StylePropertyMap interface adds the passed CSS value to the
StylePropertyMap
with the given property.
Implementation
external void append(
String property,
JSAny values,
);
The append()
method of the
StylePropertyMap interface adds the passed CSS value to the
StylePropertyMap
with the given property.
external void append(
String property,
JSAny values,
);