set

JS
1.1
operator fun SVGNameList.set(index: Int, newItem: dynamic)
(source)
operator fun SVGNumberList.set(
    index: Int,
    newItem: SVGNumber)

(source)
operator fun SVGLengthList.set(
    index: Int,
    newItem: SVGLength)

(source)
operator fun SVGStringList.set(index: Int, newItem: String)
(source)
operator fun SVGTransformList.set(
    index: Int,
    newItem: SVGTransform)

(source)
operator fun SVGPointList.set(index: Int, newItem: DOMPoint)
(source)