Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brimdata/zui
/ activate
Method
activate
apps/zui/src/domain/panes/plugin-api.ts:5–7 ·
view source on GitHub ↗
(name: PaneName)
Source
from the content-addressed store, hash-verified
3
4
export
class
PanesApi {
5
activate(name: PaneName) {
6
sendToFocusedWindow(
"panes.activate"
, name)
7
}
8
}
Callers
1
operations.ts
File · 0.45
Calls
1
sendToFocusedWindow
Function · 0.90
Tested by
no test coverage detected