ElectronWebContentsDevToolsOptions
Unofficial
Options for opening developer tools.
Import:
import type { ElectronWebContentsDevToolsOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronWebContentsDevToolsOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| activate? | boolean | Whether to bring the opened DevTools window to the foreground. | |
| mode | 'bottom' | 'detach' | 'left' | 'right' | 'undocked' | The mode to open DevTools in. Defaults to the last used dock state. |