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

Method dropLocation

packages/shell/src/api/canvas.ts:79–81  ·  view source on GitHub ↗

* @deprecated

()

Source from the content-addressed store, hash-verified

77 * @deprecated
78 */
79 get dropLocation() {
80 return ShellDropLocation.create((this[designerSymbol] as any).dropLocation || null);
81 }
82}

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected