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