MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / isParental

Method isParental

packages/designer/src/document/node/node.ts:513–515  ·  view source on GitHub ↗

* 是否一个父亲类节点

()

Source from the content-addressed store, hash-verified

511 * 是否一个父亲类节点
512 */
513 isParental(): boolean {
514 return this.isParentalNode;
515 }
516
517 get isParentalNode(): boolean {
518 return !this.isLeafNode;

Callers 3

propsDataMethod · 0.95
importMethod · 0.95
exportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected