CSSGroupingRule extension type

The CSSGroupingRule interface of the CSS Object Model represents any CSS at-rule that contains other rules nested within it.

on
Implemented types
Implementers

Properties

cssRules CSSRuleList
no setter
cssText String
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
parentRule CSSRule?
no setterinherited
parentStyleSheet CSSStyleSheet?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
no setterinherited

Methods

deleteRule(int index) → void
The deleteRule() method of the CSSGroupingRule interface removes a CSS rule from a list of child CSS rules.
insertRule(String rule, [int index]) int
The insertRule() method of the CSSGroupingRule interface adds a new CSS rule to a list of CSS rules.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited