Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/lowcode-engine
/ isRoot
Method
isRoot
packages/designer/src/document/node/node.ts:478–480 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
476
}
477
478
isRoot(): boolean {
479
return
this.isRootNode;
480
}
481
482
get isRootNode(): boolean {
483
return
this.document.rootNode === (this as any);
Callers
2
getSuitablePlace
Method · 0.95
getRect
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected