SVGLengthList

The SVGLengthList defines a list of SVGLength objects.

MDN Reference

Properties

Link copied to clipboard
abstract val length: Int
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun clear()
Link copied to clipboard
open operator fun get(index: Int): SVGLength
open operator fun get(key: Symbol.iterator): () -> JsIterator<SVGLength>
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
open inline operator fun iterator(): Iterator<SVGLength>
Link copied to clipboard
fun removeItem(index: Int): SVGLength
Link copied to clipboard
fun replaceItem(newItem: SVGLength, index: Int): SVGLength