Skip to content

ElectronRelaunchOptions

Unofficial

Options for relaunching the application.

Import:

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

Signature:

export interface ElectronRelaunchOptions

Properties

Property Type Description
args? string[] The command line arguments to pass to the relaunched instance.
execPath? string The executable to run for the relaunch instead of the current app.