Skip to content

ElectronSaveDialogReturnValue

Unofficial

Return value from an Electron save file dialog.

Import:

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

Signature:

export interface ElectronSaveDialogReturnValue

Properties

PropertyTypeDescription
bookmark?stringBase64 encoded string which contains the security scoped bookmark data for the saved file (macOS, mas only).
canceledbooleanWhether the dialog was canceled.
filePath?stringThe file path chosen by the user.

Links to this page: