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

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

Links to this page: