SVGLengthList

abstract class SVGLengthList : JsAny

Exposes the JavaScript SVGLengthList to Kotlin

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val length: Int
Link copied to clipboard
open val numberOfItems: Int

Functions

Link copied to clipboard
Link copied to clipboard
fun clear()
Link copied to clipboard
fun getItem(index: Int): SVGLength
Link copied to clipboard
Link copied to clipboard
fun insertItemBefore(newItem: SVGLength, index: Int): SVGLength
Link copied to clipboard
fun removeItem(index: Int): SVGLength
Link copied to clipboard
fun replaceItem(newItem: SVGLength, index: Int): SVGLength