This commit is contained in:
muryoimpl 2016-11-21 00:49:11 +09:00
parent d6e3360aef
commit eab5376c25

View file

@ -31,7 +31,7 @@ The `dialog` module has the following methods:
* `defaultPath` String (optional) * `defaultPath` String (optional)
* `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[]](structures/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`.