ElectronShellOpenExternalOptions
Unofficial
Options for opening an external URL.
Import:
import type { ElectronShellOpenExternalOptions } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronShellOpenExternalOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| activate? | boolean | Whether to activate the opened application. | |
| workingDirectory? | string | The working directory for the opened application. |