files/en-us/web/api/svgstringlist/index.md
{{APIRef("SVG")}}
The SVGStringList interface defines a list of strings.
An SVGStringList object can be designated as read only, which means that attempts to modify the object will result in an exception being thrown.
An SVGStringList object is indexable and can be accessed like an array.
{{Specifications}}
{{Compat}}