set method

void set(
  1. String property,
  2. JSAny values
)

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

Implementation

external void set(
  String property,
  JSAny values,
);