MCPcopy 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

getRGLMethod · 0.95
getSuitablePlaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected