(key: string, value: PropValue)
| 409 | } |
| 410 | |
| 411 | setExtraProp(key: string, value: PropValue) { |
| 412 | this.getProp(getConvertedExtraKey(key), true)?.setValue(value) |
| 413 | } |
| 414 | |
| 415 | getPropValue(path: string) { |
| 416 | return this.getProp(path, false)?.value |
no test coverage detected