* 获取子级属性值 * @param propName 子属性名 * @returns
(propName: string | number)
| 216 | * @returns |
| 217 | */ |
| 218 | getPropValue(propName: string | number): any { |
| 219 | return this[settingFieldSymbol].getPropValue(propName); |
| 220 | } |
| 221 | |
| 222 | /** |
| 223 | * 获取顶层附属属性值 |
nothing calls this directly
no test coverage detected