feat: add expanded to shell SettingPropEntry

This commit is contained in:
zyy7259 2022-06-10 17:46:37 +08:00 committed by LeoYuan 袁力皓
parent 16a8857863
commit 534e29429d

View File

@ -65,6 +65,13 @@ export default class SettingPropEntry {
return this[settingPropEntrySymbol].setter;
}
/**
* expanded
*/
get expanded() {
return this[settingPropEntrySymbol].expanded;
}
/**
* extraProps
*/