StringList
package js.html.svg
Доступно в js
The SVGStringList определяет список DOMString объектов.
Документация SVGStringList от Авторов Mozilla, лицензия CC-BY-SA 2.5.
См. также:
Переменные
read onlylength:Int
read onlynumberOfItems:Int
Методы
appendItem(newItem:String):String
Выбрасывает:
null |
DOMError |
|---|
clear():Void
getItem(index:Int):String
Выбрасывает:
null |
DOMError |
|---|
initialize(newItem:String):String
Выбрасывает:
null |
DOMError |
|---|
insertItemBefore(newItem:String, index:Int):String
Выбрасывает:
null |
DOMError |
|---|
removeItem(index:Int):String
Выбрасывает:
null |
DOMError |
|---|
replaceItem(newItem:String, index:Int):String
Выбрасывает:
null |
DOMError |
|---|
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/StringList.html