Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZToolsCenter/ZTools
/ setShowWindowCallback
Method
setShowWindowCallback
src/main/api/renderer/commands.ts:45–47 ·
view source on GitHub ↗
(callback: () => void)
Source
from the content-addressed store, hash-verified
43
private showWindowCallback?: () => void
44
45
public setShowWindowCallback(callback: () => void): void {
46
this.showWindowCallback = callback
47
}
48
49
/**
50
* 安全地向渲染进程发送消息
Callers
1
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected