SaveDialogReturnValue

external interface SaveDialogReturnValue(source)

Properties

Link copied to clipboard
abstract var bookmark: String?

Base64 encoded string which contains the security scoped bookmark data for the saved file. securityScopedBookmarks must be enabled for this to be present. (For return values, see table here.)

Link copied to clipboard
abstract var canceled: Boolean

whether or not the dialog was canceled.

Link copied to clipboard
abstract var filePath: String

If the dialog is canceled, this will be an empty string.