📝 Update docs for new attributes in showSaveDialog()
This commit is contained in:
parent
1d612a12a1
commit
cc22149beb
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue