Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
propsData
Method · 0.95
import
Method · 0.95
export
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected