Dart API Reference
dart:html
CssMediaRule
CssMediaRule
class
Annotated by:
DocsEditable()
DomName('CSSMediaRule')
Extends:
CssRule
Object
Instance Properties
cssRules
List
<
CssRule
>
read-only
media
MediaList
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