interface SVGElementInstanceList {
    length: number;
    item(index): SVGElementInstance;
}

Properties

Methods

Properties

length: number

Methods