media property
String
get
media
The SVGStyleElement.media
property is a media query string
corresponding to the
media
attribute of the given SVG style element.
The query must be matched for the style to apply.
Implementation
external String get media;
set
media
(String value)
Implementation
external set media(String value);