SVGStringList

The SVGStringList defines a list of DOMString objects.

MDN Reference

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun get(index: Int): JsString
open operator fun get(key: Symbol.iterator): () -> JsIterator<JsString>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open inline operator fun iterator(): Iterator<JsString>
Link copied to clipboard
Link copied to clipboard
fun replaceItem(newItem: String, index: Int): String