(cmd: cmdName)
| 533 | ]); |
| 534 | |
| 535 | protected _handleCommand(cmd: cmdName){ |
| 536 | if(cmd === 'CALLBACK'){ |
| 537 | void this.wrapper.rHelp.showHelpForPath(this.topic.helpPath); |
| 538 | } else if(cmd === 'openInNewPanel'){ |
| 539 | void this.wrapper.rHelp.makeNewHelpPanel(); |
| 540 | void this.wrapper.rHelp.showHelpForPath(this.topic.helpPath); |
| 541 | } |
| 542 | } |
| 543 | |
| 544 | constructor(parent: NonRootNode, topic: Topic){ |
| 545 | super(parent); |
nothing calls this directly
no test coverage detected