Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(?title, ?defaultPath, ?buttonLabel, ?filters, ?properties, ?message, ?securityScopedBookmarks)
Parameters:
string
-
?defaultPath : string
-
?buttonLabel : string
-
Custom label for the confirmation button, when left empty the default label will be used.
?filters : FileFilter[]
-
?properties : Properties[]
-
Contains which features the dialog should use. The following values are supported:
?message : string
-
⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ || Message to display above
input boxes.
?securityScopedBookmarks : bool
-
⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ✔ || Create security scoped bookmarks
when packaged for the Mac App Store.
Returns: Options
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.buttonLabel
|
Custom label for the confirmation button, when left empty the default label will be used. |
Full Usage:
this.defaultPath
|
|
Full Usage:
this.filters
|
|
Full Usage:
this.message
|
⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ Message to display above input boxes. |
Full Usage:
this.properties
|
Contains which features the dialog should use. The following values are supported: |
Full Usage:
this.securityScopedBookmarks
|
⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ✔ Create security scoped bookmarks when packaged for the Mac App Store. |
Full Usage:
this.title
|
|
fable-electron-docs-api