mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-05 17:57:13 +00:00
feat: add expanded to shell SettingPropEntry
This commit is contained in:
parent
9e6dffa880
commit
b89cf5c97d
@ -65,6 +65,13 @@ export default class SettingPropEntry {
|
||||
return this[settingPropEntrySymbol].setter;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取设置属性的 expanded
|
||||
*/
|
||||
get expanded() {
|
||||
return this[settingPropEntrySymbol].expanded;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取设置属性的 extraProps
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user