Skip to content

ElectronOpenDialogReturnValue

Unofficial

Return value from an Electron open file dialog.

Import:

import type { ElectronOpenDialogReturnValue } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronOpenDialogReturnValue

Properties

PropertyTypeDescription
bookmarks?string[]An array matching the filePaths array of base64 encoded strings which contains security scoped bookmark data (macOS, mas only).
canceledbooleanWhether the dialog was canceled.
filePathsstring[]The file paths chosen by the user.

Links to this page: