Skip to content

ElectronFocusOptions

Unofficial

Options for focusing the application.

Import:

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

Signature:

export interface ElectronFocusOptions

Properties

Property Type Description
steal boolean Make the receiver the active app even if another app is currently active. macOS only.