SaveDialogSyncOptions

external interface SaveDialogSyncOptions(source)

Properties

Link copied to clipboard
abstract var buttonLabel: String?

Custom label for the confirmation button, when left empty the default label will be used.

Link copied to clipboard
abstract var defaultPath: String?

Absolute directory path, absolute file path, or file name to use by default.

Link copied to clipboard
Link copied to clipboard
abstract var message: String?

Message to display above text fields.

Link copied to clipboard
abstract var nameFieldLabel: String?

Custom label for the text displayed in front of the filename text field.

Link copied to clipboard
Link copied to clipboard

Create a security scoped bookmark when packaged for the Mac App Store. If this option is enabled and the file doesn't already exist a blank file will be created at the chosen path.

Link copied to clipboard
abstract var showsTagField: Boolean?

Show the tags input box, defaults to true.

Link copied to clipboard
abstract var title: String?

The dialog title. Cannot be displayed on some Linux desktop environments.