ElectronMessageBoxReturnValue
Unofficial
Return value from an Electron message box dialog.
Import:
import type { ElectronMessageBoxReturnValue } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronMessageBoxReturnValueProperties
| Property | Type | Description | |
|---|---|---|---|
| checkboxChecked | boolean | Whether the checkbox was checked. | |
| response | number | The index of the clicked button. |
Links to this page: