Haxe API Documentation
Back
|
Index
extern
class
js.html.svg.Stylable
Available in js
The
SVGStylable
interface is implemented on all objects corresponding to SVG elements that can have
style
, {{SVGAttr("class") and presentation attributes specified on them.
Documentation for this class was provided by
MDN
.
var
className(default,null) :
AnimatedString
Corresponds to attribute
class
on the given element.
var
style(default,null) :
js.html.CSSStyleDeclaration
Corresponds to attribute
style
on the given element.
function
getPresentationAttribute(name :
String
) :
js.html.CSSValue
Back
|
Index