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

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

// Automatically generated - do not modify!

package web.svg

import js.core.ArrayLike
import js.core.JsIterable
import web.geometry.DOMPoint

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy