You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`securityScopedBookmarks` Boolean (optional) _masOS__mas_ - Create [security scoped bookmarks](https://developer.apple.com/library/content/documentation/Security/Conceptual/AppSandboxDesignGuide/AppSandboxInDepth/AppSandboxInDepth.html#//apple_ref/doc/uid/TP40011183-CH3-SW16) when packaged for the Mac App Store.
114
114
*`callback` Function (optional)
115
115
116
-
Returns `Promise<Object>` - Resolve wih an object containing the following:
116
+
Returns `Promise<Object>` - Resolve with an object containing the following:
117
117
118
118
*`canceled` Boolean - whether or not the dialog was canceled.
119
119
*`filePaths` String[] (optional) - An array of file paths chosen by the user. If the dialog is cancelled this will be an empty array.
0 commit comments