feat: add getExtraPropValue setExtraPropValue to shell SettingPropEntry

This commit is contained in:
zyy7259 2022-07-18 16:42:10 +08:00 committed by 林熠
parent 1fa2694635
commit 70e7c1c2e8

View File

@ -195,6 +195,20 @@ export default class SettingPropEntry {
return this[settingPropEntrySymbol].getPropValue(propName);
}
/**
*
*/
getExtraPropValue(propName: string) {
return this[settingPropEntrySymbol].getExtraPropValue(propName);
}
/**
*
*/
setExtraPropValue(propName: string, value: any) {
this[settingPropEntrySymbol].setExtraPropValue(propName, value);
}
/**
*
* @returns