Skip to content

ElectronWebContents.addWorkSpace method

ElectronWebContents › addWorkSpace

Unofficial

Adds the specified path to the DevTools workspace.

Signature:

addWorkSpace(path: string): void

Parameters:

Parameter Type Description
path string The path to add.

Returns: void