(key: string, value: PropValue)
| 425 | } |
| 426 | |
| 427 | setExtraPropValue(key: string, value: PropValue) { |
| 428 | this.setPropValue(getConvertedExtraKey(key), value) |
| 429 | } |
| 430 | |
| 431 | clearExtraPropValue(key: string): void { |
| 432 | this.getProp(getConvertedExtraKey(key), false)?.unset() |