Skip to content

ElectronWebContentsDevToolsOptions

Unofficial

Options for opening developer tools.

Import:

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

Signature:

export interface ElectronWebContentsDevToolsOptions

Properties

PropertyTypeDescription
activate?booleanWhether 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.