Skip to content

ElectronMessageBoxReturnValue

Unofficial

Return value from an Electron message box dialog.

Import:

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

Signature:

export interface ElectronMessageBoxReturnValue

Properties

Property Type Description
checkboxChecked boolean Whether the checkbox was checked.
response number The index of the clicked button.

Links to this page: