mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
📝 Update docs for new attributes in showSaveDialog()
This commit is contained in:
@@ -94,6 +94,10 @@ shown.
|
||||
* `buttonLabel` String (optional) - Custom label for the confirmation button, when
|
||||
left empty the default label will be used.
|
||||
* `filters` [FileFilter[]](structures/file-filter.md) (optional)
|
||||
* `message` (optional) _macOS_
|
||||
* `nameFieldLabel` String (optional) _macOS_ - Custom label for the string displayed
|
||||
in front of the filename text field.
|
||||
* `showsTagField` Boolean (optional) _macOS_
|
||||
* `callback` Function (optional)
|
||||
* `filename` String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user