Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/lowcode-engine
/ getComponentName
Method
getComponentName
packages/designer/src/document/node/node.ts:1121–1123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1119
}
1120
1121
getComponentName() {
1122
return
this.componentName;
1123
}
1124
1125
insert(node: INode, ref?: INode, useMutator = true) {
1126
this.insertAfter(node, ref, useMutator);
Callers
2
ensureNode
Function · 0.80
node.add.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected