ElectronWebContents.openDevTools method
ElectronWebContents › openDevTools
Unofficial
Opens the developer tools.Signature:
openDevTools(options?: ElectronWebContentsDevToolsOptions | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| options? | ElectronWebContentsDevToolsOptions | undefined | Options for the developer tools including mode. |
Returns: void