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 = SVGFESpecularLightingElement , typescript_type = "SVGFESpecularLightingElement")] 7 #[derive(Debug, Clone, PartialEq, Eq)] 8 #[doc = "The `SvgfeSpecularLightingElement` class."] 9 #[doc = ""] 10 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFESpecularLightingElement)"] 11 #[doc = ""] 12 #[doc = "*This API requires the following crate features to be activated: `SvgfeSpecularLightingElement`*"] 13 pub type SvgfeSpecularLightingElement; 14 #[cfg(feature = "SvgAnimatedString")] 15 # [wasm_bindgen (structural , method , getter , js_class = "SVGFESpecularLightingElement" , 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/SVGFESpecularLightingElement/in1)"] 19 #[doc = ""] 20 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedString`, `SvgfeSpecularLightingElement`*"] in1(this: &SvgfeSpecularLightingElement) -> SvgAnimatedString21 pub fn in1(this: &SvgfeSpecularLightingElement) -> SvgAnimatedString; 22 #[cfg(feature = "SvgAnimatedNumber")] 23 # [wasm_bindgen (structural , method , getter , js_class = "SVGFESpecularLightingElement" , js_name = surfaceScale)] 24 #[doc = "Getter for the `surfaceScale` field of this object."] 25 #[doc = ""] 26 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFESpecularLightingElement/surfaceScale)"] 27 #[doc = ""] 28 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeSpecularLightingElement`*"] surface_scale(this: &SvgfeSpecularLightingElement) -> SvgAnimatedNumber29 pub fn surface_scale(this: &SvgfeSpecularLightingElement) -> SvgAnimatedNumber; 30 #[cfg(feature = "SvgAnimatedNumber")] 31 # [wasm_bindgen (structural , method , getter , js_class = "SVGFESpecularLightingElement" , js_name = specularConstant)] 32 #[doc = "Getter for the `specularConstant` field of this object."] 33 #[doc = ""] 34 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFESpecularLightingElement/specularConstant)"] 35 #[doc = ""] 36 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeSpecularLightingElement`*"] specular_constant(this: &SvgfeSpecularLightingElement) -> SvgAnimatedNumber37 pub fn specular_constant(this: &SvgfeSpecularLightingElement) -> SvgAnimatedNumber; 38 #[cfg(feature = "SvgAnimatedNumber")] 39 # [wasm_bindgen (structural , method , getter , js_class = "SVGFESpecularLightingElement" , js_name = specularExponent)] 40 #[doc = "Getter for the `specularExponent` field of this object."] 41 #[doc = ""] 42 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFESpecularLightingElement/specularExponent)"] 43 #[doc = ""] 44 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeSpecularLightingElement`*"] specular_exponent(this: &SvgfeSpecularLightingElement) -> SvgAnimatedNumber45 pub fn specular_exponent(this: &SvgfeSpecularLightingElement) -> SvgAnimatedNumber; 46 #[cfg(feature = "SvgAnimatedNumber")] 47 # [wasm_bindgen (structural , method , getter , js_class = "SVGFESpecularLightingElement" , js_name = kernelUnitLengthX)] 48 #[doc = "Getter for the `kernelUnitLengthX` field of this object."] 49 #[doc = ""] 50 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFESpecularLightingElement/kernelUnitLengthX)"] 51 #[doc = ""] 52 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeSpecularLightingElement`*"] kernel_unit_length_x(this: &SvgfeSpecularLightingElement) -> SvgAnimatedNumber53 pub fn kernel_unit_length_x(this: &SvgfeSpecularLightingElement) -> SvgAnimatedNumber; 54 #[cfg(feature = "SvgAnimatedNumber")] 55 # [wasm_bindgen (structural , method , getter , js_class = "SVGFESpecularLightingElement" , js_name = kernelUnitLengthY)] 56 #[doc = "Getter for the `kernelUnitLengthY` field of this object."] 57 #[doc = ""] 58 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFESpecularLightingElement/kernelUnitLengthY)"] 59 #[doc = ""] 60 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeSpecularLightingElement`*"] kernel_unit_length_y(this: &SvgfeSpecularLightingElement) -> SvgAnimatedNumber61 pub fn kernel_unit_length_y(this: &SvgfeSpecularLightingElement) -> SvgAnimatedNumber; 62 #[cfg(feature = "SvgAnimatedLength")] 63 # [wasm_bindgen (structural , method , getter , js_class = "SVGFESpecularLightingElement" , js_name = x)] 64 #[doc = "Getter for the `x` field of this object."] 65 #[doc = ""] 66 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFESpecularLightingElement/x)"] 67 #[doc = ""] 68 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeSpecularLightingElement`*"] x(this: &SvgfeSpecularLightingElement) -> SvgAnimatedLength69 pub fn x(this: &SvgfeSpecularLightingElement) -> SvgAnimatedLength; 70 #[cfg(feature = "SvgAnimatedLength")] 71 # [wasm_bindgen (structural , method , getter , js_class = "SVGFESpecularLightingElement" , js_name = y)] 72 #[doc = "Getter for the `y` field of this object."] 73 #[doc = ""] 74 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFESpecularLightingElement/y)"] 75 #[doc = ""] 76 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeSpecularLightingElement`*"] y(this: &SvgfeSpecularLightingElement) -> SvgAnimatedLength77 pub fn y(this: &SvgfeSpecularLightingElement) -> SvgAnimatedLength; 78 #[cfg(feature = "SvgAnimatedLength")] 79 # [wasm_bindgen (structural , method , getter , js_class = "SVGFESpecularLightingElement" , js_name = width)] 80 #[doc = "Getter for the `width` field of this object."] 81 #[doc = ""] 82 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFESpecularLightingElement/width)"] 83 #[doc = ""] 84 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeSpecularLightingElement`*"] width(this: &SvgfeSpecularLightingElement) -> SvgAnimatedLength85 pub fn width(this: &SvgfeSpecularLightingElement) -> SvgAnimatedLength; 86 #[cfg(feature = "SvgAnimatedLength")] 87 # [wasm_bindgen (structural , method , getter , js_class = "SVGFESpecularLightingElement" , js_name = height)] 88 #[doc = "Getter for the `height` field of this object."] 89 #[doc = ""] 90 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFESpecularLightingElement/height)"] 91 #[doc = ""] 92 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeSpecularLightingElement`*"] height(this: &SvgfeSpecularLightingElement) -> SvgAnimatedLength93 pub fn height(this: &SvgfeSpecularLightingElement) -> SvgAnimatedLength; 94 #[cfg(feature = "SvgAnimatedString")] 95 # [wasm_bindgen (structural , method , getter , js_class = "SVGFESpecularLightingElement" , js_name = result)] 96 #[doc = "Getter for the `result` field of this object."] 97 #[doc = ""] 98 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFESpecularLightingElement/result)"] 99 #[doc = ""] 100 #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedString`, `SvgfeSpecularLightingElement`*"] result(this: &SvgfeSpecularLightingElement) -> SvgAnimatedString101 pub fn result(this: &SvgfeSpecularLightingElement) -> SvgAnimatedString; 102 } 103