* @deprecated
(key: string)
| 1313 | * @deprecated |
| 1314 | */ |
| 1315 | getAddonData(key: string) { |
| 1316 | const addon = this._addons[key]; |
| 1317 | if (addon) { |
| 1318 | return addon.exportData(); |
| 1319 | } |
| 1320 | return this.getExtraProp(key)?.getValue(); |
| 1321 | } |
| 1322 | |
| 1323 | /** |
| 1324 | * @deprecated |
no test coverage detected