feat: add top attrbute for Shell SettingPropEntry

This commit is contained in:
LeoYuan 袁力皓 2022-10-20 16:11:43 +08:00 committed by LeoYuan 袁力皓
parent 8a83fc9b5c
commit 78d94e2a5d

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
*/