Haxe API Documentation
Back
|
Index
extern
class
js.html.svg.ScriptElement
extends
Element
Available in js
The
SVGScriptElement
interface corresponds to the SVG
<script>
element.
Documentation for this class was provided by
MDN
.
var
type :
String
Corresponds to attribute
type
on the given element. A
DOMException
is raised with code
NO_MODIFICATION_ALLOWED_ERR
on an attempt to change the value of a read only attribut.
Back
|
Index