web_sys/features/
gen_CssCounterStyleRule.rs

1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use super::*;
4use wasm_bindgen::prelude::*;
5#[wasm_bindgen]
6extern "C" {
7    # [wasm_bindgen (extends = CssRule , extends = :: js_sys :: Object , js_name = CSSCounterStyleRule , typescript_type = "CSSCounterStyleRule")]
8    #[derive(Debug, Clone, PartialEq, Eq)]
9    #[doc = "The `CssCounterStyleRule` class."]
10    #[doc = ""]
11    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule)"]
12    #[doc = ""]
13    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
14    pub type CssCounterStyleRule;
15    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = name)]
16    #[doc = "Getter for the `name` field of this object."]
17    #[doc = ""]
18    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/name)"]
19    #[doc = ""]
20    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
21    pub fn name(this: &CssCounterStyleRule) -> ::alloc::string::String;
22    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = name)]
23    #[doc = "Setter for the `name` field of this object."]
24    #[doc = ""]
25    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/name)"]
26    #[doc = ""]
27    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
28    pub fn set_name(this: &CssCounterStyleRule, value: &str);
29    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = system)]
30    #[doc = "Getter for the `system` field of this object."]
31    #[doc = ""]
32    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/system)"]
33    #[doc = ""]
34    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
35    pub fn system(this: &CssCounterStyleRule) -> ::alloc::string::String;
36    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = system)]
37    #[doc = "Setter for the `system` field of this object."]
38    #[doc = ""]
39    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/system)"]
40    #[doc = ""]
41    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
42    pub fn set_system(this: &CssCounterStyleRule, value: &str);
43    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = symbols)]
44    #[doc = "Getter for the `symbols` field of this object."]
45    #[doc = ""]
46    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/symbols)"]
47    #[doc = ""]
48    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
49    pub fn symbols(this: &CssCounterStyleRule) -> ::alloc::string::String;
50    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = symbols)]
51    #[doc = "Setter for the `symbols` field of this object."]
52    #[doc = ""]
53    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/symbols)"]
54    #[doc = ""]
55    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
56    pub fn set_symbols(this: &CssCounterStyleRule, value: &str);
57    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = additiveSymbols)]
58    #[doc = "Getter for the `additiveSymbols` field of this object."]
59    #[doc = ""]
60    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/additiveSymbols)"]
61    #[doc = ""]
62    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
63    pub fn additive_symbols(this: &CssCounterStyleRule) -> ::alloc::string::String;
64    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = additiveSymbols)]
65    #[doc = "Setter for the `additiveSymbols` field of this object."]
66    #[doc = ""]
67    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/additiveSymbols)"]
68    #[doc = ""]
69    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
70    pub fn set_additive_symbols(this: &CssCounterStyleRule, value: &str);
71    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = negative)]
72    #[doc = "Getter for the `negative` field of this object."]
73    #[doc = ""]
74    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/negative)"]
75    #[doc = ""]
76    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
77    pub fn negative(this: &CssCounterStyleRule) -> ::alloc::string::String;
78    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = negative)]
79    #[doc = "Setter for the `negative` field of this object."]
80    #[doc = ""]
81    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/negative)"]
82    #[doc = ""]
83    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
84    pub fn set_negative(this: &CssCounterStyleRule, value: &str);
85    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = prefix)]
86    #[doc = "Getter for the `prefix` field of this object."]
87    #[doc = ""]
88    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/prefix)"]
89    #[doc = ""]
90    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
91    pub fn prefix(this: &CssCounterStyleRule) -> ::alloc::string::String;
92    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = prefix)]
93    #[doc = "Setter for the `prefix` field of this object."]
94    #[doc = ""]
95    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/prefix)"]
96    #[doc = ""]
97    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
98    pub fn set_prefix(this: &CssCounterStyleRule, value: &str);
99    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = suffix)]
100    #[doc = "Getter for the `suffix` field of this object."]
101    #[doc = ""]
102    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/suffix)"]
103    #[doc = ""]
104    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
105    pub fn suffix(this: &CssCounterStyleRule) -> ::alloc::string::String;
106    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = suffix)]
107    #[doc = "Setter for the `suffix` field of this object."]
108    #[doc = ""]
109    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/suffix)"]
110    #[doc = ""]
111    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
112    pub fn set_suffix(this: &CssCounterStyleRule, value: &str);
113    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = range)]
114    #[doc = "Getter for the `range` field of this object."]
115    #[doc = ""]
116    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/range)"]
117    #[doc = ""]
118    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
119    pub fn range(this: &CssCounterStyleRule) -> ::alloc::string::String;
120    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = range)]
121    #[doc = "Setter for the `range` field of this object."]
122    #[doc = ""]
123    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/range)"]
124    #[doc = ""]
125    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
126    pub fn set_range(this: &CssCounterStyleRule, value: &str);
127    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = pad)]
128    #[doc = "Getter for the `pad` field of this object."]
129    #[doc = ""]
130    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/pad)"]
131    #[doc = ""]
132    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
133    pub fn pad(this: &CssCounterStyleRule) -> ::alloc::string::String;
134    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = pad)]
135    #[doc = "Setter for the `pad` field of this object."]
136    #[doc = ""]
137    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/pad)"]
138    #[doc = ""]
139    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
140    pub fn set_pad(this: &CssCounterStyleRule, value: &str);
141    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = speakAs)]
142    #[doc = "Getter for the `speakAs` field of this object."]
143    #[doc = ""]
144    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/speakAs)"]
145    #[doc = ""]
146    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
147    pub fn speak_as(this: &CssCounterStyleRule) -> ::alloc::string::String;
148    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = speakAs)]
149    #[doc = "Setter for the `speakAs` field of this object."]
150    #[doc = ""]
151    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/speakAs)"]
152    #[doc = ""]
153    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
154    pub fn set_speak_as(this: &CssCounterStyleRule, value: &str);
155    # [wasm_bindgen (structural , method , getter , js_class = "CSSCounterStyleRule" , js_name = fallback)]
156    #[doc = "Getter for the `fallback` field of this object."]
157    #[doc = ""]
158    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/fallback)"]
159    #[doc = ""]
160    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
161    pub fn fallback(this: &CssCounterStyleRule) -> ::alloc::string::String;
162    # [wasm_bindgen (structural , method , setter , js_class = "CSSCounterStyleRule" , js_name = fallback)]
163    #[doc = "Setter for the `fallback` field of this object."]
164    #[doc = ""]
165    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CSSCounterStyleRule/fallback)"]
166    #[doc = ""]
167    #[doc = "*This API requires the following crate features to be activated: `CssCounterStyleRule`*"]
168    pub fn set_fallback(this: &CssCounterStyleRule, value: &str);
169}