()
| 203 | } |
| 204 | |
| 205 | public getOutputValue() { |
| 206 | const { PANEL_OUTPUT = '' } = this.builtinService.getConstants(); |
| 207 | const outputPanel = this.getPanel(PANEL_OUTPUT); |
| 208 | return outputPanel?.data || ''; |
| 209 | } |
| 210 | |
| 211 | /** |
| 212 | * Onyl support to update several properties |
no test coverage detected