haXe API Documentation
Back | Index
extern class js.html.svg.StringList
Available in js

The SVGStringList defines a list of DOMString objects.

An SVGStringList object can be designated as read only, which means that attempts to modify the object will result in an exception being thrown.



Documentation for this class was provided by MDN.
var numberOfItems(default,null) : Int
function appendItem(item : String) : String
function clear() : Void
function getItem(index : Int) : String
function initialize(item : String) : String
function insertItemBefore(item : String, index : Int) : String
function removeItem(index : Int) : String
function replaceItem(item : String, index : Int) : String
Back | Index