SVGStringList
Constructors
<init>
Exposes the JavaScript SVGStringList to Kotlin
SVGStringList()
Properties
length
open val length: Int
numberOfItems
open val numberOfItems: Int
Functions
appendItem
fun appendItem(newItem: String): String
clear
fun clear()
getItem
fun getItem(index: Int): String
initialize
fun initialize(newItem: String): String
insertItemBefore
fun insertItemBefore(newItem: String, index: Int): String
removeItem
fun removeItem(index: Int): String
replaceItem
fun replaceItem(newItem: String, index: Int): String
Extension Functions
get
operator fun SVGStringList.get(index: Int): String?
set
operator fun SVGStringList.set(index: Int, newItem: String)