Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lightningpixel/modly
/ setZoomFactor
Method
setZoomFactor
electron/preload/electron-api.ts:17–17 ·
view source on GitHub ↗
(factor: number)
Source
from the content-addressed store, hash-verified
15
16
export
interface
WebFrameLike {
17
setZoomFactor(factor: number): void
18
}
19
20
export
function
createElectronApi(ipcRenderer: IpcRendererLike, webFrame: WebFrameLike) {
Callers
2
createElectronApi
Function · 0.80
App
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected