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

PropertyTypeDescription
activate?booleanWhether to activate the opened application.
workingDirectory?stringThe working directory for the opened application.