Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ lock
Method
lock
packages/designer/src/document/node/node.ts:639–641 ·
view source on GitHub ↗
* 锁住当前节点
(flag = true)
Source
from the content-addressed store, hash-verified
637
* 锁住当前节点
638
*/
639
lock(flag = true) {
640
this.setExtraProp(
'isLocked'
, flag);
641
}
642
643
/**
644
* 获取当前节点的锁定状态
Callers
nothing calls this directly
Calls
1
setExtraProp
Method · 0.95
Tested by
no test coverage detected