Dart API Reference
dart:html
CssSupportsRule
CssSupportsRule
class
Annotated by:
DocsEditable()
DomName('CSSSupportsRule')
Extends:
CssRule
Object
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