Files
docker-docs/desktop/extensions-sdk/dev/api/reference/interfaces/OpenDialogResult.md
Guillaume Tardif efb9ca8caf Extension sdk update (#15687)
* Update extension SDK with new APIs for exec with ENV vars and CWD

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Update extension SDK with new APIs for exec with ENV vars and CWD

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2022-09-20 09:46:44 +01:00

699 B

description, keywords, skip_read_time
description keywords skip_read_time
Docker extension API reference Docker, extensions, sdk, API, reference true

Interface: OpenDialogResult

since 0.2.3

Properties

canceled

Readonly canceled: boolean

Whether the dialog was canceled.


filePaths

Readonly filePaths: string[]

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


bookmarks

Optional Readonly bookmarks: string[]

macOS only- 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