(path: string, value: PropValue)
| 417 | } |
| 418 | |
| 419 | setPropValue(path: string, value: PropValue) { |
| 420 | this.getProp(path, true)!.setValue(value) |
| 421 | } |
| 422 | |
| 423 | getExtraPropValue(key: string) { |
| 424 | return this.getPropValue(getConvertedExtraKey(key)) |
no test coverage detected