* You can customise the help with a subclass of Help by overriding createHelp, * or by overriding Help properties using configureHelp(). * * @return {Help}
()
| 202 | */ |
| 203 | |
| 204 | createHelp() { |
| 205 | return Object.assign(new Help(), this.configureHelp()); |
| 206 | } |
| 207 | |
| 208 | /** |
| 209 | * You can customise the help by overriding Help properties using configureHelp(), |
no test coverage detected