CssStyleSheet class - dart:html library (original) (raw)

Inheritance

Annotations

Properties

cssRulesList<CssRule>

no setter

disabledbool?

getter/setter pairinherited

hashCodeint

The hash code for this object.

no setterinherited

hrefString?

no setterinherited

mediaMediaList?

no setterinherited

ownerNodeNode?

no setterinherited

ownerRuleCssRule?

no setter

parentStyleSheetStyleSheet?

no setterinherited

rulesList<CssRule>?

no setter

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

titleString?

no setterinherited

typeString?

no setterinherited

Methods

addRule(String? selector, String? style, [int? index])→ int

deleteRule(int index)→ void

insertRule(String rule, [int? index])→ int

noSuchMethod(Invocation invocation)→ dynamic

Invoked when a nonexistent method or property is accessed.

inherited

removeRule(int? index)→ void

toString()→ String

A string representation of this object.

inherited

Operators

operator ==(Object other)→ bool

The equality operator.

inherited