elemental2.svg.SVGTRefElement Maven / Gradle / Ivy
package elemental2.svg;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class SVGTRefElement extends SVGTextPositioningElement implements SVGURIReference {
public SVGAnimatedString href;
@JsProperty
public native SVGAnimatedString getHref();
@JsProperty
public native void setHref(SVGAnimatedString href);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy