mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +00:00
feat: add availableActions for ComponentMeta
This commit is contained in:
parent
941ae05925
commit
de1f60bbee
@ -84,6 +84,10 @@ export default class ComponentMeta {
|
||||
return this[componentMetaSymbol].prototype;
|
||||
}
|
||||
|
||||
get availableActions() {
|
||||
return this[componentMetaSymbol].availableActions;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置 npm 信息
|
||||
* @param npm
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user