MCPcopy
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
4export class PanesApi {
5 activate(name: PaneName) {
6 sendToFocusedWindow("panes.activate", name)
7 }
8}

Callers 1

operations.tsFile · 0.45

Calls 1

sendToFocusedWindowFunction · 0.90

Tested by

no test coverage detected