@@ -35,31 +35,31 @@ It is recommended to allowlist only the APIs you use for optimal bundle size and
35
35
36
36
The label of the cancel button.
37
37
38
- ** Defined in:** [ dialog.ts:112] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L112 )
38
+ ** Defined in:** [ dialog.ts:112] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L112 )
39
39
40
40
##### ` okLabel `
41
41
42
42
> ` Optional ` ** okLabel** : ` string `
43
43
44
44
The label of the confirm button.
45
45
46
- ** Defined in:** [ dialog.ts:110] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L110 )
46
+ ** Defined in:** [ dialog.ts:110] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L110 )
47
47
48
48
##### ` title `
49
49
50
50
> ` Optional ` ** title** : ` string `
51
51
52
52
The title of the dialog. Defaults to the app name.
53
53
54
- ** Defined in:** [ dialog.ts:106] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L106 )
54
+ ** Defined in:** [ dialog.ts:106] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L106 )
55
55
56
56
##### ` type `
57
57
58
58
> ` Optional ` ** type** : ` "info" ` \| ` "warning" ` \| ` "error" `
59
59
60
60
The type of the dialog. Defaults to ` info ` .
61
61
62
- ** Defined in:** [ dialog.ts:108] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L108 )
62
+ ** Defined in:** [ dialog.ts:108] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L108 )
63
63
64
64
### ` DialogFilter `
65
65
@@ -81,15 +81,15 @@ Extensions to filter, without a `.` prefix.
81
81
extensions : [' svg' , ' png' ]
82
82
```
83
83
84
- ** Defined in:** [ dialog.ts:48] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L48 )
84
+ ** Defined in:** [ dialog.ts:48] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L48 )
85
85
86
86
##### ` name `
87
87
88
88
> ** name** : ` string `
89
89
90
90
Filter name.
91
91
92
- ** Defined in:** [ dialog.ts:40] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L40 )
92
+ ** Defined in:** [ dialog.ts:40] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L40 )
93
93
94
94
### ` MessageDialogOptions `
95
95
@@ -103,23 +103,23 @@ Filter name.
103
103
104
104
The label of the confirm button.
105
105
106
- ** Defined in:** [ dialog.ts:101] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L101 )
106
+ ** Defined in:** [ dialog.ts:101] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L101 )
107
107
108
108
##### ` title `
109
109
110
110
> ` Optional ` ** title** : ` string `
111
111
112
112
The title of the dialog. Defaults to the app name.
113
113
114
- ** Defined in:** [ dialog.ts:97] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L97 )
114
+ ** Defined in:** [ dialog.ts:97] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L97 )
115
115
116
116
##### ` type `
117
117
118
118
> ` Optional ` ** type** : ` "info" ` \| ` "warning" ` \| ` "error" `
119
119
120
120
The type of the dialog. Defaults to ` info ` .
121
121
122
- ** Defined in:** [ dialog.ts:99] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L99 )
122
+ ** Defined in:** [ dialog.ts:99] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L99 )
123
123
124
124
### ` OpenDialogOptions `
125
125
@@ -135,31 +135,31 @@ Options for the open dialog.
135
135
136
136
Initial directory or file path.
137
137
138
- ** Defined in:** [ dialog.ts:62] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L62 )
138
+ ** Defined in:** [ dialog.ts:62] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L62 )
139
139
140
140
##### ` directory `
141
141
142
142
> ` Optional ` ** directory** : ` boolean `
143
143
144
144
Whether the dialog is a directory selection or not.
145
145
146
- ** Defined in:** [ dialog.ts:66] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L66 )
146
+ ** Defined in:** [ dialog.ts:66] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L66 )
147
147
148
148
##### ` filters `
149
149
150
150
> ` Optional ` ** filters** : [ ` DialogFilter ` ] ( dialog.md#dialogfilter ) [ ]
151
151
152
152
The filters of the dialog.
153
153
154
- ** Defined in:** [ dialog.ts:60] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L60 )
154
+ ** Defined in:** [ dialog.ts:60] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L60 )
155
155
156
156
##### ` multiple `
157
157
158
158
> ` Optional ` ** multiple** : ` boolean `
159
159
160
160
Whether the dialog allows multiple selection or not.
161
161
162
- ** Defined in:** [ dialog.ts:64] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L64 )
162
+ ** Defined in:** [ dialog.ts:64] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L64 )
163
163
164
164
##### ` recursive `
165
165
@@ -168,15 +168,15 @@ Whether the dialog allows multiple selection or not.
168
168
If ` directory ` is true, indicates that it will be read recursively later.
169
169
Defines whether subdirectories will be allowed on the scope or not.
170
170
171
- ** Defined in:** [ dialog.ts:71] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L71 )
171
+ ** Defined in:** [ dialog.ts:71] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L71 )
172
172
173
173
##### ` title `
174
174
175
175
> ` Optional ` ** title** : ` string `
176
176
177
177
The title of the dialog window.
178
178
179
- ** Defined in:** [ dialog.ts:58] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L58 )
179
+ ** Defined in:** [ dialog.ts:58] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L58 )
180
180
181
181
### ` SaveDialogOptions `
182
182
@@ -194,23 +194,23 @@ Initial directory or file path.
194
194
If it's a directory path, the dialog interface will change to that folder.
195
195
If it's not an existing directory, the file name will be set to the dialog's file name input and the dialog will be set to the parent folder.
196
196
197
- ** Defined in:** [ dialog.ts:89] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L89 )
197
+ ** Defined in:** [ dialog.ts:89] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L89 )
198
198
199
199
##### ` filters `
200
200
201
201
> ` Optional ` ** filters** : [ ` DialogFilter ` ] ( dialog.md#dialogfilter ) [ ]
202
202
203
203
The filters of the dialog.
204
204
205
- ** Defined in:** [ dialog.ts:83] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L83 )
205
+ ** Defined in:** [ dialog.ts:83] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L83 )
206
206
207
207
##### ` title `
208
208
209
209
> ` Optional ` ** title** : ` string `
210
210
211
211
The title of the dialog window.
212
212
213
- ** Defined in:** [ dialog.ts:81] ( https://github.com/tauri-apps/tauri/blob/089939b /tooling/api/src/dialog.ts#L81 )
213
+ ** Defined in:** [ dialog.ts:81] ( https://github.com/tauri-apps/tauri/blob/7082094 /tooling/api/src/dialog.ts#L81 )
214
214
215
215
## Functions
216
216
0 commit comments