Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ lock
Method
lock
packages/shell/src/model/node.ts:432–434 ·
view source on GitHub ↗
* 设置节点锁定状态 * @param flag
(flag?: boolean)
Source
from the content-addressed store, hash-verified
430
* @param flag
431
*/
432
lock(flag?: boolean): void {
433
this[nodeSymbol].lock(flag);
434
}
435
436
/**
437
* @deprecated use .props instead
Callers
nothing calls this directly
Calls
1
lock
Method · 0.65
Tested by
no test coverage detected