All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.dom.svg.SVGStringList.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom.svg

import js.core.ArrayLike

sealed external class SVGStringList :
    ArrayLike {
    val numberOfItems: Int
    fun appendItem(newItem: String): String
    fun clear()
    fun getItem(index: Int): String
    fun initialize(newItem: String): String
    fun insertItemBefore(
        newItem: String,
        index: Int,
    ): String

    fun removeItem(index: Int): String
    fun replaceItem(
        newItem: String,
        index: Int,
    ): String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy