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

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

// Automatically generated - do not modify!

package dom.svg

import js.core.ArrayLike

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy