ElectronBrowserView.setBackgroundColor method
ElectronBrowserView › setBackgroundColor
Unofficial
Sets the background color of the view.Signature:
setBackgroundColor(color: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| color | string | The CSS color value. |
Returns: void