CssStyleSheet class

Annotations
  • DocsEditable()
  • DomName('CSSStyleSheet')
Extends

Instance Properties

cssRules List<CssRule>
read-only
ownerRule CssRule
read-only
rules List<CssRule>
read-only
disabled bool Inherited
read / write
href String Inherited
read-only
media MediaList Inherited
read-only
ownerNode Node Inherited
read-only
parentStyleSheet StyleSheet Inherited
read-only
title String Inherited
read-only
type String Inherited
read-only

Instance Methods

addRule(String selector, String style, [int index]) → int
deleteRule(int index) → void
insertRule(String rule, [int index]) → int
removeRule(int index) → void