PropsCSSStyleSheet extension

on

Properties

cssRules CSSRuleList

Available on CSSStyleSheet, provided by the PropsCSSStyleSheet extension

no setter
ownerRule CSSRule?

Available on CSSStyleSheet, provided by the PropsCSSStyleSheet extension

no setter
rules CSSRuleList

Available on CSSStyleSheet, provided by the PropsCSSStyleSheet extension

no setter

Methods

addRule([String? selector = 'undefined', String? style = 'undefined', int? index]) int

Available on CSSStyleSheet, provided by the PropsCSSStyleSheet extension

deleteRule(int index) → void

Available on CSSStyleSheet, provided by the PropsCSSStyleSheet extension

insertRule(String rule, [int? index = 0]) int

Available on CSSStyleSheet, provided by the PropsCSSStyleSheet extension

removeRule([int? index = 0]) → void

Available on CSSStyleSheet, provided by the PropsCSSStyleSheet extension

replace(String text) Future<CSSStyleSheet>

Available on CSSStyleSheet, provided by the PropsCSSStyleSheet extension

replaceSync(String text) → void

Available on CSSStyleSheet, provided by the PropsCSSStyleSheet extension