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

Method setXResizing

packages/utils/src/cursor.ts:14–20  ·  view source on GitHub ↗
(flag: boolean)

Source from the content-addressed store, hash-verified

12 }
13
14 setXResizing(flag: boolean) {
15 if (flag) {
16 this.addState('x-resizing');
17 } else {
18 this.removeState('x-resizing');
19 }
20 }
21
22 setYResizing(flag: boolean) {
23 if (flag) {

Callers

nothing calls this directly

Calls 2

addStateMethod · 0.95
removeStateMethod · 0.95

Tested by

no test coverage detected