SVGLengthList

abstract external class SVGLengthList

Exposes the JavaScript SVGLengthList to Kotlin

Constructors

SVGLengthList
Link copied to clipboard
fun SVGLengthList()

Functions

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

Properties

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

Extensions

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