Skip to content

LockPlugin

将元素锁定/解锁方法封装。

代码位置

lock

将画布中当前选中的元素锁定,让该元素不可选中、修改。

js
canvasEditor.lock()

unLock

将画布中当前选中的元素解锁,让该元素可选中、修改。

js
canvasEditor.unLock()

Released under the MIT License.