Skip to content

Commit de1f60b

Browse files
committed
feat: add availableActions for ComponentMeta
1 parent 941ae05 commit de1f60b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/shell/src/component-meta.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ export default class ComponentMeta {
8484
return this[componentMetaSymbol].prototype;
8585
}
8686

87+
get availableActions() {
88+
return this[componentMetaSymbol].availableActions;
89+
}
90+
8791
/**
8892
* 设置 npm 信息
8993
* @param npm

0 commit comments

Comments
 (0)