SVGLengthList

abstract external class SVGLengthList

Exposes the JavaScript SVGLengthList to Kotlin

Constructors

Link copied to clipboard

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

Properties

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

Extensions

Link copied to clipboard
inline operator fun SVGLengthList.get(index: Int): SVGLength?
Link copied to clipboard
inline operator fun SVGLengthList.set(index: Int, newItem: SVGLength)