Skip to content

ElectronWebContents.openDevTools method

ElectronWebContents › openDevTools

Unofficial

Opens the developer tools.

Signature:

openDevTools(options?: ElectronWebContentsDevToolsOptions | undefined): void

Parameters:

Parameter Type Description
options? ElectronWebContentsDevToolsOptions | undefined Options for the developer tools including mode.

Returns: void