CSSStyleRule extension type

The CSSStyleRule interface represents a single CSS style rule.

on
Implemented types

Properties

cssRules CSSRuleList
no setterinherited
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
selectorText String
getter/setter pair
style CSSStyleDeclaration
no setter
styleMap StylePropertyMap
no setter
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.
inherited
insertRule(String rule, [int index]) int
The insertRule() method of the CSSGroupingRule interface adds a new CSS rule to a list of CSS rules.
inherited
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