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

Method isLocked

packages/designer/src/document/node/node.ts:646–648  ·  view source on GitHub ↗

* 获取当前节点的锁定状态

()

Source from the content-addressed store, hash-verified

644 * 获取当前节点的锁定状态
645 */
646 get isLocked(): boolean {
647 return !!this.getExtraProp('isLocked')?.getValue();
648 }
649
650 canSelect(): boolean {
651 const onSelectHook = this.componentMeta?.advanced?.callbacks?.onSelectHook;

Callers

nothing calls this directly

Calls 2

getExtraPropMethod · 0.95
getValueMethod · 0.65

Tested by

no test coverage detected