Skip to content

ElectronWebContents.openDevTools method

ElectronWebContents › openDevTools

Unofficial

Opens the developer tools.

Signature:

openDevTools(options?: ElectronWebContentsDevToolsOptions | undefined): void

Parameters:

ParameterTypeDescription
options?ElectronWebContentsDevToolsOptions | undefinedOptions for the developer tools including mode.

Returns: void