ElectronBrowserView.setBounds method
ElectronBrowserView › setBounds
Unofficial
Resizes and moves the view to the supplied bounds relative to the window.Signature:
setBounds(bounds: ElectronRectangle): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| bounds | ElectronRectangle | The new bounds. |
Returns: void