elemental2.svg.SVGURIReference 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 interface SVGURIReference {
@JsProperty
SVGAnimatedString getHref();
@JsProperty
void setHref(SVGAnimatedString href);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy