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

jsMain.web.svg.SVGNumberList.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.svg

import js.core.ArrayLike
import js.core.JsIterable

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy