mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-13 12:13:10 +00:00
feat: add top attrbute for Shell SettingPropEntry
This commit is contained in:
parent
8a83fc9b5c
commit
78d94e2a5d
@ -97,6 +97,13 @@ export default class SettingPropEntry {
|
|||||||
return SettingPropEntry.create(this[settingPropEntrySymbol].parent as any);
|
return SettingPropEntry.create(this[settingPropEntrySymbol].parent as any);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取顶级设置属性
|
||||||
|
*/
|
||||||
|
get top(): SettingTopEntry {
|
||||||
|
return SettingTopEntry.create(this[settingPropEntrySymbol].top);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 是否是 SettingField 实例
|
* 是否是 SettingField 实例
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user