Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ componentMeta
Method
componentMeta
packages/shell/src/model/node.ts:243–245 ·
view source on GitHub ↗
* 节点的物料元数据
()
Source
from the content-addressed store, hash-verified
241
* 节点的物料元数据
242
*/
243
get componentMeta(): IPublicModelComponentMeta | null {
244
return
ShellComponentMeta.create(this[nodeSymbol].componentMeta);
245
}
246
247
/**
248
* 获取节点所属的文档模型对象
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected