
main.dom.svg.SVGPointList.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package dom.svg
import dom.geometry.DOMPoint
import js.core.ArrayLike
sealed external class SVGPointList :
ArrayLike {
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