MCPcopy Create free account
hub / github.com/deta/surf / setZoomFactor

Method setZoomFactor

app/src/main/viewManager.ts:294–296  ·  view source on GitHub ↗
(factor: number)

Source from the content-addressed store, hash-verified

292 }
293
294 setZoomFactor(factor: number) {
295 this.wcv.webContents.setZoomFactor(factor)
296 }
297
298 getZoomFactor() {
299 return this.wcv.webContents.getZoomFactor()

Callers 2

attachIPCEventsMethod · 0.45
createWindowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected