ElectronSaveDialogReturnValue
Unofficial
Return value from an Electron save file dialog.
Import:
import type { ElectronSaveDialogReturnValue } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronSaveDialogReturnValueProperties
| Property | Type | Description | |
|---|---|---|---|
| bookmark? | string | Base64 encoded string which contains the security scoped bookmark data for the saved file (macOS, mas only). | |
| canceled | boolean | Whether the dialog was canceled. | |
| filePath? | string | The file path chosen by the user. |
Links to this page: