ElectronWindow.setFrameZoomLevel method
ElectronWindow › setFrameZoomLevel
Unofficial
Sets the zoom level of the window frame.Signature:
setFrameZoomLevel(level: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| level | number | The zoom level to apply. 0 is the default size. |
Returns: void