MCPcopy
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
16export interface WebFrameLike {
17 setZoomFactor(factor: number): void
18}
19
20export function createElectronApi(ipcRenderer: IpcRendererLike, webFrame: WebFrameLike) {

Callers 2

createElectronApiFunction · 0.80
AppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected