Skip to content

ElectronRelaunchOptions

Unofficial

Options for relaunching the application.

Import:

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

Signature:

export interface ElectronRelaunchOptions

Properties

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