PropsSVGStringList extension

on

Properties

length int

Available on SVGStringList, provided by the PropsSVGStringList extension

no setter
numberOfItems int

Available on SVGStringList, provided by the PropsSVGStringList extension

no setter

Methods

appendItem(String newItem) String

Available on SVGStringList, provided by the PropsSVGStringList extension

clear() → void

Available on SVGStringList, provided by the PropsSVGStringList extension

getItem(int index) String

Available on SVGStringList, provided by the PropsSVGStringList extension

initialize(String newItem) String

Available on SVGStringList, provided by the PropsSVGStringList extension

insertItemBefore(String newItem, int index) String

Available on SVGStringList, provided by the PropsSVGStringList extension

removeItem(int index) String

Available on SVGStringList, provided by the PropsSVGStringList extension

replaceItem(String newItem, int index) String

Available on SVGStringList, provided by the PropsSVGStringList extension