mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 14:00:35 +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;
|
return this[componentMetaSymbol].prototype;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get availableActions() {
|
||||||
|
return this[componentMetaSymbol].availableActions;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 设置 npm 信息
|
* 设置 npm 信息
|
||||||
* @param npm
|
* @param npm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user