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