Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DTStack/molecule
/ onClose
Method
onClose
src/controller/panel.tsx:21–21 ·
view source on GitHub ↗
(key: UniqueId)
Source
from the content-addressed store, hash-verified
19
onTabChange?(key: UniqueId): void;
20
onToolbarClick?(e: React.MouseEvent, item: IActionBarItemProps): void;
21
onClose?(key: UniqueId): void;
22
}
23
24
@singleton()
Callers
5
EditorTreeController
Class · 0.65
editorTree.test.ts
File · 0.65
panel.test.ts
File · 0.65
activate
Function · 0.65
activate
Function · 0.65
Implementers
1
PanelController
src/controller/panel.tsx
Calls
no outgoing calls
Tested by
no test coverage detected