OpenDialogSyncOptions

external interface OpenDialogSyncOptions(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?
Link copied to clipboard
Link copied to clipboard
abstract var message: String?

Message to display above input boxes.

Link copied to clipboard

Contains which features the dialog should use. The following values are supported:

Link copied to clipboard

Create security scoped bookmarks when packaged for the Mac App Store.

Link copied to clipboard
abstract var title: String?