blob: 4410c45b918403430adf6946676aa01a5185145a [file] [log] [blame]
#![allow(unused_imports)]
use super::*;
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
extern "C" {
# [wasm_bindgen (extends = SvgGraphicsElement , extends = SvgElement , extends = Element , extends = Node , extends = EventTarget , extends = :: js_sys :: Object , js_name = SVGUseElement , typescript_type = "SVGUseElement")]
#[derive(Debug, Clone, PartialEq, Eq)]
#[doc = "The `SvgUseElement` class."]
#[doc = ""]
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGUseElement)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `SvgUseElement`*"]
pub type SvgUseElement;
#[cfg(feature = "SvgAnimatedLength")]
# [wasm_bindgen (structural , method , getter , js_class = "SVGUseElement" , js_name = x)]
#[doc = "Getter for the `x` field of this object."]
#[doc = ""]
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGUseElement/x)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgUseElement`*"]
pub fn x(this: &SvgUseElement) -> SvgAnimatedLength;
#[cfg(feature = "SvgAnimatedLength")]
# [wasm_bindgen (structural , method , getter , js_class = "SVGUseElement" , js_name = y)]
#[doc = "Getter for the `y` field of this object."]
#[doc = ""]
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGUseElement/y)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgUseElement`*"]
pub fn y(this: &SvgUseElement) -> SvgAnimatedLength;
#[cfg(feature = "SvgAnimatedLength")]
# [wasm_bindgen (structural , method , getter , js_class = "SVGUseElement" , js_name = width)]
#[doc = "Getter for the `width` field of this object."]
#[doc = ""]
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGUseElement/width)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgUseElement`*"]
pub fn width(this: &SvgUseElement) -> SvgAnimatedLength;
#[cfg(feature = "SvgAnimatedLength")]
# [wasm_bindgen (structural , method , getter , js_class = "SVGUseElement" , js_name = height)]
#[doc = "Getter for the `height` field of this object."]
#[doc = ""]
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGUseElement/height)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgUseElement`*"]
pub fn height(this: &SvgUseElement) -> SvgAnimatedLength;
#[cfg(feature = "SvgAnimatedString")]
# [wasm_bindgen (structural , method , getter , js_class = "SVGUseElement" , js_name = href)]
#[doc = "Getter for the `href` field of this object."]
#[doc = ""]
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGUseElement/href)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `SvgAnimatedString`, `SvgUseElement`*"]
pub fn href(this: &SvgUseElement) -> SvgAnimatedString;
}