package js.html.svg
Available on js
The SVGNumberList defines a list of SVGNumber objects.
Documentation SVGNumberList by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
read onlylength:Intread onlynumberOfItems:IntappendItem(newItem:Number):NumberThrows:
null |
DOMError |
|---|
clear():VoidThrows:
null |
DOMError |
|---|
getItem(index:Int):NumberThrows:
null |
DOMError |
|---|
initialize(newItem:Number):NumberThrows:
null |
DOMError |
|---|
insertItemBefore(newItem:Number, index:Int):NumberThrows:
null |
DOMError |
|---|
removeItem(index:Int):NumberThrows:
null |
DOMError |
|---|
replaceItem(newItem:Number, index:Int):NumberThrows:
null |
DOMError |
|---|
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/NumberList.html