ElectronFocusOptions
Unofficial
Options for focusing the application.
Import:
import type { ElectronFocusOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronFocusOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| steal | boolean | Make the receiver the active app even if another app is currently active. macOS only. |