Appearance
VSCode 插件推荐
轻松管理代码片段
将元素锁定/解锁方法封装。
代码位置
将画布中当前选中的元素锁定,让该元素不可选中、修改。
canvasEditor.lock()
将画布中当前选中的元素解锁,让该元素可选中、修改。
canvasEditor.unLock()