Update dialog.md
Fix 'properties' type in documentation (was missing `[]` notation due to lack of Markdown escaping).
This commit is contained in:
parent
3834f0c6a6
commit
489d873306
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ The `dialog` module has the following methods:
|
||||||
* `buttonLabel` String (optional) - Custom label for the confirmation button, when
|
* `buttonLabel` String (optional) - Custom label for the confirmation button, when
|
||||||
left empty the default label will be used.
|
left empty the default label will be used.
|
||||||
* `filters` [FileFilter[]](structrs/file-filter.md) (optional)
|
* `filters` [FileFilter[]](structrs/file-filter.md) (optional)
|
||||||
* `properties` String[] (optional) - Contains which features the dialog should use, can
|
* `properties` `String[]` (optional) - Contains which features the dialog should use, can
|
||||||
contain `openFile`, `openDirectory`, `multiSelections`, `createDirectory`
|
contain `openFile`, `openDirectory`, `multiSelections`, `createDirectory`
|
||||||
and `showHiddenFiles`.
|
and `showHiddenFiles`.
|
||||||
* `callback` Function (optional)
|
* `callback` Function (optional)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue