UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

11 lines (9 loc) 238 B
export const DocumentEvents = { mousemove: 'onMouseMove', touchmove: 'onMouseMove', mouseup: 'onMouseUp', touchend: 'onMouseUp', touchcancel: 'onDragEnd', } export const FLAG_INSERT = 1 << 30 export const FLAG_REMOVE = 1 << 29