(nodeId: string)
| 540 | } |
| 541 | |
| 542 | focusNode(nodeId: string) { |
| 543 | if (this.panel) { |
| 544 | this.panel.reveal(); |
| 545 | this.postMessage({ command: 'focusNode', nodeId }); |
| 546 | } |
| 547 | } |
| 548 | |
| 549 | focusWorkflow(workflowName: string) { |
| 550 | if (this.panel) { |
nothing calls this directly
no test coverage detected