delete method

void delete(
  1. String property
)

The delete() method of the StylePropertyMap interface removes the CSS declaration with the given property.

Implementation

external void delete(String property);