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