elemental2.svg.SVGElementInstanceList Maven / Gradle / Ivy
package elemental2.svg;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class SVGElementInstanceList {
public double length;
public native SVGElementInstance item();
public native SVGElementInstance item(double index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy