class js.html.svg.StringList

Available on 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.

Instance Fields

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