feat: add top attrbute for Shell SettingPropEntry

This commit is contained in:
LeoYuan 袁力皓 2022-10-20 16:11:43 +08:00 committed by 林熠
parent 6b78157b21
commit 51aca3d330

View File

@ -97,6 +97,13 @@ export default class SettingPropEntry {
return SettingPropEntry.create(this[settingPropEntrySymbol].parent as any);
}
/**
*
*/
get top(): SettingTopEntry {
return SettingTopEntry.create(this[settingPropEntrySymbol].top);
}
/**
* SettingField
*/