CSSSupportsRule extension type

The CSSSupportsRule interface represents a single CSS at-rule.

on
Implemented types

Properties

conditionText String
no setterinherited
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
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