NetV box selection:NetV.js的框选择插件(http 源码
网络盒选择 NetV.js的框选择插件( ) API参考 boxSelection = new BoxSelection(netv, configs) 创建boxSelection处理程序 netv: NetV :传递核心NetV对象 configs: {} :键值对配置 enable: bool :默认是否启用box-selection boxSelection.dispose() 处置boxSelection处理程序,清理相关的DOM元素 boxSelection.enable() 手动启用框选择。 boxSelection.disable() 手动禁用框选择。 boxSelection.onSelected(callback: (nodes: Node[]) => {}) 设置回调函数后,回调可以获取NetV的Node类型中的选定节点。
文件列表
NetV-box-selection-master.zip
(预估有个11文件)
NetV-box-selection-master
example
index.js
1KB
index.html
439B
images
box-selection.png
178KB
package.json
677B
netv-box-selection.js
4KB
package-lock.json
41KB
dist
暂无评论