MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / getRect

Method getRect

packages/designer/src/document/node/node.ts:1330–1335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1328 }
1329
1330 getRect(): DOMRect | null {
1331 if (this.isRoot()) {
1332 return this.document.simulator?.viewport.contentBounds || null;
1333 }
1334 return this.document.simulator?.computeRect(this) || null;
1335 }
1336
1337 /**
1338 * @deprecated

Callers

nothing calls this directly

Calls 2

isRootMethod · 0.95
computeRectMethod · 0.65

Tested by

no test coverage detected