mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-07 19:17:07 +00:00
feat: add availableActions for ComponentMeta
This commit is contained in:
parent
288871d5da
commit
cb3c46f7fb
@ -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