maxcountryman_web_sys/features/
gen_SvgfeCompositeElement.rs

1#![allow(unused_imports)]
2use super::*;
3use wasm_bindgen::prelude::*;
4#[wasm_bindgen]
5extern "C" {
6    # [wasm_bindgen (extends = SvgElement , extends = Element , extends = Node , extends = EventTarget , extends = :: js_sys :: Object , js_name = SVGFECompositeElement , typescript_type = "SVGFECompositeElement")]
7    #[derive(Debug, Clone, PartialEq, Eq)]
8    #[doc = "The `SvgfeCompositeElement` class."]
9    #[doc = ""]
10    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFECompositeElement)"]
11    #[doc = ""]
12    #[doc = "*This API requires the following crate features to be activated: `SvgfeCompositeElement`*"]
13    pub type SvgfeCompositeElement;
14    #[cfg(feature = "SvgAnimatedString")]
15    # [wasm_bindgen (structural , method , getter , js_class = "SVGFECompositeElement" , 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/SVGFECompositeElement/in1)"]
19    #[doc = ""]
20    #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedString`, `SvgfeCompositeElement`*"]
21    pub fn in1(this: &SvgfeCompositeElement) -> SvgAnimatedString;
22    #[cfg(feature = "SvgAnimatedString")]
23    # [wasm_bindgen (structural , method , getter , js_class = "SVGFECompositeElement" , js_name = in2)]
24    #[doc = "Getter for the `in2` field of this object."]
25    #[doc = ""]
26    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFECompositeElement/in2)"]
27    #[doc = ""]
28    #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedString`, `SvgfeCompositeElement`*"]
29    pub fn in2(this: &SvgfeCompositeElement) -> SvgAnimatedString;
30    #[cfg(feature = "SvgAnimatedEnumeration")]
31    # [wasm_bindgen (structural , method , getter , js_class = "SVGFECompositeElement" , js_name = operator)]
32    #[doc = "Getter for the `operator` field of this object."]
33    #[doc = ""]
34    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFECompositeElement/operator)"]
35    #[doc = ""]
36    #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedEnumeration`, `SvgfeCompositeElement`*"]
37    pub fn operator(this: &SvgfeCompositeElement) -> SvgAnimatedEnumeration;
38    #[cfg(feature = "SvgAnimatedNumber")]
39    # [wasm_bindgen (structural , method , getter , js_class = "SVGFECompositeElement" , js_name = k1)]
40    #[doc = "Getter for the `k1` field of this object."]
41    #[doc = ""]
42    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFECompositeElement/k1)"]
43    #[doc = ""]
44    #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeCompositeElement`*"]
45    pub fn k1(this: &SvgfeCompositeElement) -> SvgAnimatedNumber;
46    #[cfg(feature = "SvgAnimatedNumber")]
47    # [wasm_bindgen (structural , method , getter , js_class = "SVGFECompositeElement" , js_name = k2)]
48    #[doc = "Getter for the `k2` field of this object."]
49    #[doc = ""]
50    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFECompositeElement/k2)"]
51    #[doc = ""]
52    #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeCompositeElement`*"]
53    pub fn k2(this: &SvgfeCompositeElement) -> SvgAnimatedNumber;
54    #[cfg(feature = "SvgAnimatedNumber")]
55    # [wasm_bindgen (structural , method , getter , js_class = "SVGFECompositeElement" , js_name = k3)]
56    #[doc = "Getter for the `k3` field of this object."]
57    #[doc = ""]
58    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFECompositeElement/k3)"]
59    #[doc = ""]
60    #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeCompositeElement`*"]
61    pub fn k3(this: &SvgfeCompositeElement) -> SvgAnimatedNumber;
62    #[cfg(feature = "SvgAnimatedNumber")]
63    # [wasm_bindgen (structural , method , getter , js_class = "SVGFECompositeElement" , js_name = k4)]
64    #[doc = "Getter for the `k4` field of this object."]
65    #[doc = ""]
66    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFECompositeElement/k4)"]
67    #[doc = ""]
68    #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedNumber`, `SvgfeCompositeElement`*"]
69    pub fn k4(this: &SvgfeCompositeElement) -> SvgAnimatedNumber;
70    #[cfg(feature = "SvgAnimatedLength")]
71    # [wasm_bindgen (structural , method , getter , js_class = "SVGFECompositeElement" , js_name = x)]
72    #[doc = "Getter for the `x` field of this object."]
73    #[doc = ""]
74    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFECompositeElement/x)"]
75    #[doc = ""]
76    #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeCompositeElement`*"]
77    pub fn x(this: &SvgfeCompositeElement) -> SvgAnimatedLength;
78    #[cfg(feature = "SvgAnimatedLength")]
79    # [wasm_bindgen (structural , method , getter , js_class = "SVGFECompositeElement" , js_name = y)]
80    #[doc = "Getter for the `y` field of this object."]
81    #[doc = ""]
82    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFECompositeElement/y)"]
83    #[doc = ""]
84    #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeCompositeElement`*"]
85    pub fn y(this: &SvgfeCompositeElement) -> SvgAnimatedLength;
86    #[cfg(feature = "SvgAnimatedLength")]
87    # [wasm_bindgen (structural , method , getter , js_class = "SVGFECompositeElement" , js_name = width)]
88    #[doc = "Getter for the `width` field of this object."]
89    #[doc = ""]
90    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFECompositeElement/width)"]
91    #[doc = ""]
92    #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeCompositeElement`*"]
93    pub fn width(this: &SvgfeCompositeElement) -> SvgAnimatedLength;
94    #[cfg(feature = "SvgAnimatedLength")]
95    # [wasm_bindgen (structural , method , getter , js_class = "SVGFECompositeElement" , js_name = height)]
96    #[doc = "Getter for the `height` field of this object."]
97    #[doc = ""]
98    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFECompositeElement/height)"]
99    #[doc = ""]
100    #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedLength`, `SvgfeCompositeElement`*"]
101    pub fn height(this: &SvgfeCompositeElement) -> SvgAnimatedLength;
102    #[cfg(feature = "SvgAnimatedString")]
103    # [wasm_bindgen (structural , method , getter , js_class = "SVGFECompositeElement" , js_name = result)]
104    #[doc = "Getter for the `result` field of this object."]
105    #[doc = ""]
106    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFECompositeElement/result)"]
107    #[doc = ""]
108    #[doc = "*This API requires the following crate features to be activated: `SvgAnimatedString`, `SvgfeCompositeElement`*"]
109    pub fn result(this: &SvgfeCompositeElement) -> SvgAnimatedString;
110}
111impl SvgfeCompositeElement {
112    #[doc = "The `SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN` const."]
113    #[doc = ""]
114    #[doc = "*This API requires the following crate features to be activated: `SvgfeCompositeElement`*"]
115    pub const SVG_FECOMPOSITE_OPERATOR_UNKNOWN: u16 = 0i64 as u16;
116    #[doc = "The `SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_OVER` const."]
117    #[doc = ""]
118    #[doc = "*This API requires the following crate features to be activated: `SvgfeCompositeElement`*"]
119    pub const SVG_FECOMPOSITE_OPERATOR_OVER: u16 = 1u64 as u16;
120    #[doc = "The `SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_IN` const."]
121    #[doc = ""]
122    #[doc = "*This API requires the following crate features to be activated: `SvgfeCompositeElement`*"]
123    pub const SVG_FECOMPOSITE_OPERATOR_IN: u16 = 2u64 as u16;
124    #[doc = "The `SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_OUT` const."]
125    #[doc = ""]
126    #[doc = "*This API requires the following crate features to be activated: `SvgfeCompositeElement`*"]
127    pub const SVG_FECOMPOSITE_OPERATOR_OUT: u16 = 3u64 as u16;
128    #[doc = "The `SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ATOP` const."]
129    #[doc = ""]
130    #[doc = "*This API requires the following crate features to be activated: `SvgfeCompositeElement`*"]
131    pub const SVG_FECOMPOSITE_OPERATOR_ATOP: u16 = 4u64 as u16;
132    #[doc = "The `SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR` const."]
133    #[doc = ""]
134    #[doc = "*This API requires the following crate features to be activated: `SvgfeCompositeElement`*"]
135    pub const SVG_FECOMPOSITE_OPERATOR_XOR: u16 = 5u64 as u16;
136    #[doc = "The `SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC` const."]
137    #[doc = ""]
138    #[doc = "*This API requires the following crate features to be activated: `SvgfeCompositeElement`*"]
139    pub const SVG_FECOMPOSITE_OPERATOR_ARITHMETIC: u16 = 6u64 as u16;
140}