Skip to content

Commit 534e294

Browse files
zyy7259LeoYuan
authored andcommitted
feat: add expanded to shell SettingPropEntry
1 parent 16a8857 commit 534e294

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/shell/src/setting-prop-entry.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ export default class SettingPropEntry {
6565
return this[settingPropEntrySymbol].setter;
6666
}
6767

68+
/**
69+
* 获取设置属性的 expanded
70+
*/
71+
get expanded() {
72+
return this[settingPropEntrySymbol].expanded;
73+
}
74+
6875
/**
6976
* 获取设置属性的 extraProps
7077
*/

0 commit comments

Comments
 (0)