MCPcopy
hub / github.com/lightningpixel/modly / IpcRendererLike

Interface IpcRendererLike

electron/preload/electron-api.ts:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7} from '../../src/shared/types/assetLibrary'
8
9export interface IpcRendererLike {
10 invoke(channel: string, ...args: unknown[]): Promise<unknown>
11 send(channel: string, ...args: unknown[]): void
12 on(channel: string, listener: (...args: unknown[]) => void): void
13 removeAllListeners(channel: string): void
14}
15
16export interface WebFrameLike {
17 setZoomFactor(factor: number): void

Callers 19

createElectronApiFunction · 0.80
createElectronApiFunction · 0.80
createVenvFunction · 0.80
onLineFunction · 0.80
installRequirementsFunction · 0.80
runFullSetupFunction · 0.80
setupIpcHandlersFunction · 0.80
emitFunction · 0.80
createElectronApiFunction · 0.80
createVenvFunction · 0.80
installRequirementsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected