SVGLengthList

abstract external class SVGLengthList(source)

Exposes the JavaScript SVGLengthList to Kotlin

Since Kotlin

1.1

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
open val length: Int
Since Kotlin 1.1
Link copied to clipboard
open val numberOfItems: Int
Since Kotlin 1.1

Extensions

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