deleteRule method

void deleteRule(
  1. int index
)

The deleteRule() method of the CSSGroupingRule interface removes a CSS rule from a list of child CSS rules.

Implementation

external void deleteRule(int index);