Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ isContainer
Method
isContainer
packages/designer/src/document/node/node.ts:462–464 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
460
}
461
462
isContainer(): boolean {
463
return
this.isContainerNode;
464
}
465
466
get isContainerNode(): boolean {
467
return
this.isParentalNode && this.componentMeta.isContainer;
Callers
2
getRGL
Method · 0.95
getSuitablePlace
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected