1 #![allow(unused_imports)] 2 use super::*; 3 use wasm_bindgen::prelude::*; 4 #[wasm_bindgen] 5 extern "C" { 6 # [wasm_bindgen (extends = SvgElement , extends = Element , extends = Node , extends = EventTarget , extends = :: js_sys :: Object , js_name = SVGFEOffsetElement , typescript_type = "SVGFEOffsetElement")] 7 #[derive(Debug, Clone, PartialEq, Eq)] 8 #[doc = "The `SvgfeOffsetElement` class."] 9 #[doc = ""] 10 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEOffsetElement)"] 11 #[doc = ""] 12 #[doc = "*This API requires the following crate features to be activated: `SvgfeOffsetElement`*"] 13 pub type SvgfeOffsetElement; 14 #[cfg(feature = "SvgAnimatedString")] 15 # [wasm_bindgen (structural , method , getter , js_class = "SVGFEOffsetElement" , js_name = in1)] 16 #[doc = "Getter for the `in1` field of this object."] 17 #[doc = ""] 18 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEOffsetElement/in1)"] 19 #[doc = ""] 20 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedString`, `SvgfeOffsetElement`*"] in1(this: &SvgfeOffsetElement) -> SvgAnimatedString21 pub fn in1(this: &SvgfeOffsetElement) -> SvgAnimatedString; 22 #[cfg(feature = "SvgAnimatedNumber")] 23 # [wasm_bindgen (structural , method , getter , js_class = "SVGFEOffsetElement" , js_name = dx)] 24 #[doc = "Getter for the `dx` field of this object."] 25 #[doc = ""] 26 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEOffsetElement/dx)"] 27 #[doc = ""] 28 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeOffsetElement`*"] dx(this: &SvgfeOffsetElement) -> SvgAnimatedNumber29 pub fn dx(this: &SvgfeOffsetElement) -> SvgAnimatedNumber; 30 #[cfg(feature = "SvgAnimatedNumber")] 31 # [wasm_bindgen (structural , method , getter , js_class = "SVGFEOffsetElement" , js_name = dy)] 32 #[doc = "Getter for the `dy` field of this object."] 33 #[doc = ""] 34 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEOffsetElement/dy)"] 35 #[doc = ""] 36 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeOffsetElement`*"] dy(this: &SvgfeOffsetElement) -> SvgAnimatedNumber37 pub fn dy(this: &SvgfeOffsetElement) -> SvgAnimatedNumber; 38 #[cfg(feature = "SvgAnimatedLength")] 39 # [wasm_bindgen (structural , method , getter , js_class = "SVGFEOffsetElement" , js_name = x)] 40 #[doc = "Getter for the `x` field of this object."] 41 #[doc = ""] 42 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEOffsetElement/x)"] 43 #[doc = ""] 44 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeOffsetElement`*"] x(this: &SvgfeOffsetElement) -> SvgAnimatedLength45 pub fn x(this: &SvgfeOffsetElement) -> SvgAnimatedLength; 46 #[cfg(feature = "SvgAnimatedLength")] 47 # [wasm_bindgen (structural , method , getter , js_class = "SVGFEOffsetElement" , js_name = y)] 48 #[doc = "Getter for the `y` field of this object."] 49 #[doc = ""] 50 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEOffsetElement/y)"] 51 #[doc = ""] 52 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeOffsetElement`*"] y(this: &SvgfeOffsetElement) -> SvgAnimatedLength53 pub fn y(this: &SvgfeOffsetElement) -> SvgAnimatedLength; 54 #[cfg(feature = "SvgAnimatedLength")] 55 # [wasm_bindgen (structural , method , getter , js_class = "SVGFEOffsetElement" , js_name = width)] 56 #[doc = "Getter for the `width` field of this object."] 57 #[doc = ""] 58 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEOffsetElement/width)"] 59 #[doc = ""] 60 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeOffsetElement`*"] width(this: &SvgfeOffsetElement) -> SvgAnimatedLength61 pub fn width(this: &SvgfeOffsetElement) -> SvgAnimatedLength; 62 #[cfg(feature = "SvgAnimatedLength")] 63 # [wasm_bindgen (structural , method , getter , js_class = "SVGFEOffsetElement" , js_name = height)] 64 #[doc = "Getter for the `height` field of this object."] 65 #[doc = ""] 66 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEOffsetElement/height)"] 67 #[doc = ""] 68 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeOffsetElement`*"] height(this: &SvgfeOffsetElement) -> SvgAnimatedLength69 pub fn height(this: &SvgfeOffsetElement) -> SvgAnimatedLength; 70 #[cfg(feature = "SvgAnimatedString")] 71 # [wasm_bindgen (structural , method , getter , js_class = "SVGFEOffsetElement" , js_name = result)] 72 #[doc = "Getter for the `result` field of this object."] 73 #[doc = ""] 74 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEOffsetElement/result)"] 75 #[doc = ""] 76 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedString`, `SvgfeOffsetElement`*"] result(this: &SvgfeOffsetElement) -> SvgAnimatedString77 pub fn result(this: &SvgfeOffsetElement) -> SvgAnimatedString; 78 } 79