W3cubDocs

/Dart 2

CssStyleSheet class

Inheritance
Annotations
  • @Native("CSSStyleSheet")

Properties

cssRulesList<CssRule>
@Creates('_CssRuleList'), @Returns('_CssRuleList|Null'), final
ownerRuleCssRule
final
rulesList<CssRule>
@Creates('_CssRuleList'), @Returns('_CssRuleList|Null'), final
disabledbool
read / write, inherited
hashCodeint
read-only, inherited
The hash code for this object. [...]
hrefString
final, inherited
mediaMediaList
final, inherited
ownerNodeNode
final, inherited
parentStyleSheetStyleSheet
final, inherited
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.
titleString
final, inherited
typeString
final, inherited

Methods

addRule(String selector, String style, [ int index ]) → int
deleteRule(int index) → void
insertRule(String rule, [ int index ]) → int
removeRule(int index) → void
noSuchMethod(Invocation invocation) → dynamic
inherited
Invoked when a non-existent method or property is accessed. [...]
toString() → String
inherited
Returns a string representation of this object.

Operators

operator ==(dynamic other) → bool
inherited
The equality operator. [...]

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/CssStyleSheet-class.html