@Js
@Serializable {
simple=true
collection=false
}
Enum for FileDialog.mode.
Slots
- fromStrSource
-
const static FileDialogMode? fromStr(Str name, Bool checked := true)Return the FileDialogMode instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- openDirSource
-
const static FileDialogMode openDirDisplay open directory dialog
- openFileSource
-
const static FileDialogMode openFileDisplay open dialog for single file
- openFilesSource
-
const static FileDialogMode openFilesDisplay open dialog for multiple files
- saveFileSource
-
const static FileDialogMode saveFileDisplay save dialog for single file
- valsSource
-
const static FileDialogMode[] vals := ...List of FileDialogMode values indexed by ordinal