(cmd: cmdName)
| 638 | contextValue = Node.makeContextValue('openInNewPanel'); |
| 639 | |
| 640 | _handleCommand(cmd: cmdName){ |
| 641 | if(cmd === 'openInNewPanel'){ |
| 642 | void this.wrapper.rHelp.makeNewHelpPanel(); |
| 643 | void this.wrapper.rHelp.showHelpForPath('doc/html/index.html'); |
| 644 | } |
| 645 | } |
| 646 | |
| 647 | callBack(){ |
| 648 | void this.wrapper.rHelp.showHelpForPath('doc/html/index.html'); |
no test coverage detected