ElectronRelaunchOptions
Unofficial
Options for relaunching the application.
Import:
import type { ElectronRelaunchOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronRelaunchOptionsProperties
| 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. |