Skip to content

ElectronShellOpenExternalOptions

Unofficial

Options for opening an external URL.

Import:

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

Signature:

export interface ElectronShellOpenExternalOptions

Properties

Property Type Description
activate? boolean Whether to activate the opened application.
workingDirectory? string The working directory for the opened application.