OpenDialogReturnValue

external interface OpenDialogReturnValue(source)

Properties

Link copied to clipboard
abstract var bookmarks: <Error class: unknown class><String>?

An array matching the filePaths array of base64 encoded strings which contains security scoped bookmark data. securityScopedBookmarks must be enabled for this to be populated. (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 filePaths: <Error class: unknown class><String>

An array of file paths chosen by the user. If the dialog is cancelled this will be an empty array.