CSSPropertyRule class

The interface of the CSS_Properties_and_Values_API represents a single CSS @property rule.

CSSRule

CSSPropertyRule

Implemented types
Available extensions
Annotations
  • @experimental
  • @JS()
  • @staticInterop

Constructors

CSSPropertyRule()
factory

Properties

cssText String

Available on CSSRule, provided by the PropsCSSRule extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inherits bool

Available on CSSPropertyRule, provided by the PropsCSSPropertyRule extension

no setter
initialValue String?

Available on CSSPropertyRule, provided by the PropsCSSPropertyRule extension

no setter
name String

Available on CSSPropertyRule, provided by the PropsCSSPropertyRule extension

no setter
parentRule CSSRule?

Available on CSSRule, provided by the PropsCSSRule extension

no setter
parentStyleSheet CSSStyleSheet?

Available on CSSRule, provided by the PropsCSSRule extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syntax String

Available on CSSPropertyRule, provided by the PropsCSSPropertyRule extension

no setter
type int

Available on CSSRule, provided by the PropsCSSRule extension

no setter

Methods

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