SVGNumberList

abstract external class SVGNumberList

Exposes the JavaScript SVGNumberList to Kotlin

Constructors

SVGNumberList
Link copied to clipboard
fun SVGNumberList()

Functions

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

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 SVGNumberList.get(index: Int): SVGNumber?
set
Link copied to clipboard
inline operator fun SVGNumberList.set(index: Int, newItem: SVGNumber)