* 获取当前节点的锁定状态
()
| 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; |
nothing calls this directly
no test coverage detected