type property

String get type

The SVGStyleElement.type property returns the type of the current style. The value reflects the associated SVG <style> element's type attribute.

Authors should not use this property or rely on the value.

Implementation

external String get type;
set type (String value)

Implementation

external set type(String value);