Skip to main content

web_sys/features/
gen_SaveFilePickerOptions.rs

1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use super::*;
4use wasm_bindgen::prelude::*;
5#[cfg(web_sys_unstable_apis)]
6#[wasm_bindgen]
7extern "C" {
8    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = SaveFilePickerOptions)]
9    #[derive(Debug, Clone, PartialEq, Eq)]
10    #[doc = "The `SaveFilePickerOptions` dictionary."]
11    #[doc = ""]
12    #[doc = "*This API requires the following crate features to be activated: `SaveFilePickerOptions`*"]
13    #[doc = ""]
14    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
15    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
16    pub type SaveFilePickerOptions;
17    #[cfg(web_sys_unstable_apis)]
18    #[doc = "Get the `excludeAcceptAllOption` field of this object."]
19    #[doc = ""]
20    #[doc = "*This API requires the following crate features to be activated: `SaveFilePickerOptions`*"]
21    #[doc = ""]
22    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
23    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
24    #[wasm_bindgen(method, getter = "excludeAcceptAllOption")]
25    pub fn get_exclude_accept_all_option(this: &SaveFilePickerOptions) -> Option<bool>;
26    #[cfg(web_sys_unstable_apis)]
27    #[doc = "Change the `excludeAcceptAllOption` field of this object."]
28    #[doc = ""]
29    #[doc = "*This API requires the following crate features to be activated: `SaveFilePickerOptions`*"]
30    #[doc = ""]
31    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
32    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
33    #[wasm_bindgen(method, setter = "excludeAcceptAllOption")]
34    pub fn set_exclude_accept_all_option(this: &SaveFilePickerOptions, val: bool);
35    #[cfg(web_sys_unstable_apis)]
36    #[doc = "Get the `id` field of this object."]
37    #[doc = ""]
38    #[doc = "*This API requires the following crate features to be activated: `SaveFilePickerOptions`*"]
39    #[doc = ""]
40    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
41    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
42    #[wasm_bindgen(method, getter = "id")]
43    pub fn get_id(this: &SaveFilePickerOptions) -> Option<::alloc::string::String>;
44    #[cfg(web_sys_unstable_apis)]
45    #[doc = "Change the `id` field of this object."]
46    #[doc = ""]
47    #[doc = "*This API requires the following crate features to be activated: `SaveFilePickerOptions`*"]
48    #[doc = ""]
49    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
50    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
51    #[wasm_bindgen(method, setter = "id")]
52    pub fn set_id(this: &SaveFilePickerOptions, val: &str);
53    #[cfg(web_sys_unstable_apis)]
54    #[doc = "Get the `startIn` field of this object."]
55    #[doc = ""]
56    #[doc = "*This API requires the following crate features to be activated: `SaveFilePickerOptions`*"]
57    #[doc = ""]
58    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
59    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
60    #[wasm_bindgen(method, getter = "startIn")]
61    pub fn get_start_in(this: &SaveFilePickerOptions) -> ::wasm_bindgen::JsValue;
62    #[cfg(web_sys_unstable_apis)]
63    #[cfg(feature = "WellKnownDirectory")]
64    #[doc = "Change the `startIn` field of this object."]
65    #[doc = ""]
66    #[doc = "*This API requires the following crate features to be activated: `SaveFilePickerOptions`*"]
67    #[doc = ""]
68    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
69    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
70    #[wasm_bindgen(method, setter = "startIn")]
71    pub fn set_start_in(this: &SaveFilePickerOptions, val: WellKnownDirectory);
72    #[cfg(web_sys_unstable_apis)]
73    #[cfg(feature = "FileSystemHandle")]
74    #[doc = "Change the `startIn` field of this object."]
75    #[doc = ""]
76    #[doc = "*This API requires the following crate features to be activated: `SaveFilePickerOptions`*"]
77    #[doc = ""]
78    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
79    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
80    #[wasm_bindgen(method, setter = "startIn")]
81    pub fn set_start_in_file_system_handle(this: &SaveFilePickerOptions, val: &FileSystemHandle);
82    #[cfg(web_sys_unstable_apis)]
83    #[cfg(feature = "FilePickerAcceptType")]
84    #[doc = "Get the `types` field of this object."]
85    #[doc = ""]
86    #[doc = "*This API requires the following crate features to be activated: `FilePickerAcceptType`, `SaveFilePickerOptions`*"]
87    #[doc = ""]
88    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
89    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
90    #[wasm_bindgen(method, getter = "types")]
91    pub fn get_types(this: &SaveFilePickerOptions)
92        -> Option<::js_sys::Array<FilePickerAcceptType>>;
93    #[cfg(web_sys_unstable_apis)]
94    #[cfg(feature = "FilePickerAcceptType")]
95    #[doc = "Change the `types` field of this object."]
96    #[doc = ""]
97    #[doc = "*This API requires the following crate features to be activated: `FilePickerAcceptType`, `SaveFilePickerOptions`*"]
98    #[doc = ""]
99    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
100    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
101    #[wasm_bindgen(method, setter = "types")]
102    pub fn set_types(this: &SaveFilePickerOptions, val: &[FilePickerAcceptType]);
103    #[cfg(web_sys_unstable_apis)]
104    #[doc = "Get the `suggestedName` field of this object."]
105    #[doc = ""]
106    #[doc = "*This API requires the following crate features to be activated: `SaveFilePickerOptions`*"]
107    #[doc = ""]
108    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
109    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
110    #[wasm_bindgen(method, getter = "suggestedName")]
111    pub fn get_suggested_name(this: &SaveFilePickerOptions) -> Option<::alloc::string::String>;
112    #[cfg(web_sys_unstable_apis)]
113    #[doc = "Change the `suggestedName` field of this object."]
114    #[doc = ""]
115    #[doc = "*This API requires the following crate features to be activated: `SaveFilePickerOptions`*"]
116    #[doc = ""]
117    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
118    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
119    #[wasm_bindgen(method, setter = "suggestedName")]
120    pub fn set_suggested_name(this: &SaveFilePickerOptions, val: Option<&str>);
121}
122#[cfg(web_sys_unstable_apis)]
123impl SaveFilePickerOptions {
124    #[doc = "Construct a new `SaveFilePickerOptions`."]
125    #[doc = ""]
126    #[doc = "*This API requires the following crate features to be activated: `SaveFilePickerOptions`*"]
127    #[doc = ""]
128    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
129    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
130    pub fn new() -> Self {
131        #[allow(unused_mut)]
132        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
133        ret
134    }
135    #[cfg(web_sys_unstable_apis)]
136    #[deprecated = "Use `set_exclude_accept_all_option()` instead."]
137    pub fn exclude_accept_all_option(&mut self, val: bool) -> &mut Self {
138        self.set_exclude_accept_all_option(val);
139        self
140    }
141    #[cfg(web_sys_unstable_apis)]
142    #[deprecated = "Use `set_id()` instead."]
143    pub fn id(&mut self, val: &str) -> &mut Self {
144        self.set_id(val);
145        self
146    }
147    #[cfg(web_sys_unstable_apis)]
148    #[deprecated = "Use `set_start_in()` instead."]
149    pub fn start_in(&mut self, val: WellKnownDirectory) -> &mut Self {
150        self.set_start_in(val);
151        self
152    }
153    #[cfg(web_sys_unstable_apis)]
154    #[cfg(feature = "FilePickerAcceptType")]
155    #[deprecated = "Use `set_types()` instead."]
156    pub fn types(&mut self, val: &[FilePickerAcceptType]) -> &mut Self {
157        self.set_types(val);
158        self
159    }
160    #[cfg(web_sys_unstable_apis)]
161    #[deprecated = "Use `set_suggested_name()` instead."]
162    pub fn suggested_name(&mut self, val: Option<&str>) -> &mut Self {
163        self.set_suggested_name(val);
164        self
165    }
166}
167#[cfg(web_sys_unstable_apis)]
168impl Default for SaveFilePickerOptions {
169    fn default() -> Self {
170        Self::new()
171    }
172}