Skip to content

ElectronBrowserView.setBackgroundColor method

ElectronBrowserView › setBackgroundColor

Unofficial

Sets the background color of the view.

Signature:

setBackgroundColor(color: string): void

Parameters:

Parameter Type Description
color string The CSS color value.

Returns: void