Dart API Reference
dart:html
CssSupportsRule
CssSupportsRule
class
Annotations
DocsEditable()
DomName('CSSSupportsRule')
Extends
Object
CssRule
CssSupportsRule
Instance Properties
conditionText
String
read-only
cssRules
List
<
CssRule
>
read-only
cssText
String
Inherited
read / write
parentRule
CssRule
Inherited
read-only
parentStyleSheet
CssStyleSheet
Inherited
read-only
type
int
Inherited
read-only
Instance Methods
deleteRule
(
int
index
) →
void
insertRule
(
String
rule
,
int
index
) →
int