Skip to content

ElectronCertificateTrustDialogOptions

Unofficial

Options for Electron certificate trust dialog.

Import:

import type { ElectronCertificateTrustDialogOptions } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronCertificateTrustDialogOptions

Properties

Property Type Description
certificate ElectronCertificate The certificate to trust/import.
message string The message to display to the user.