成员变量
# static readonly cursorChange
SketchEditorToolEventType.cursorChange: 'cursor-change',鼠标位置改变
- Default Value:
- 'cursor-change'
# static readonly geometryAdd
SketchEditorToolEventType.geometryAdd: 'geometry-add',草图图形添加
- Default Value:
- 'geometry-add'
# static readonly geometryUnsimple
SketchEditorToolEventType.geometryUnsimple: 'geometry-unsimple',草图图形几何拓扑检查不合法
- Default Value:
- 'geometry-unsimple'
# static readonly move
SketchEditorToolEventType.move: 'move',草图图形整体移动 - 移动中
- Default Value:
- 'move'
# static readonly moveStart
SketchEditorToolEventType.moveStart: 'move-start',草图图形整体移动 - 开始移动
- Default Value:
- 'move-start'
# static readonly moveStop
SketchEditorToolEventType.moveStop: 'move-stop',草图图形整体移动 - 结束移动
- Default Value:
- 'move-stop'
# static readonly scale
SketchEditorToolEventType.scale: 'scale',草图图形缩放 - 缩放中
- Default Value:
- 'scale'
# static readonly scaleStart
SketchEditorToolEventType.scaleStart: 'scale-start',草图图形缩放 - 开始缩放
- Default Value:
- 'scale-start'
# static readonly scaleStop
SketchEditorToolEventType.scaleStop: 'scale-stop',草图图形缩放 - 结束缩放
- Default Value:
- 'scale-stop'
# static readonly vertexAdd
SketchEditorToolEventType.vertexAdd: 'vertex-add',增加顶点
- Default Value:
- 'vertex-add'
# static readonly vertexMoveStart
SketchEditorToolEventType.vertexMoveStart: 'vertex-move-start',草图图形顶点移动 - 开始移动
- Default Value:
- 'vertex-move-start'
# static readonly vertexMoveStop
SketchEditorToolEventType.vertexMoveStop: 'vertex-move-stop',草图图形顶点移动 - 结束移动
- Default Value:
- 'vertex-move-stop'
# static readonly vertexRemove
SketchEditorToolEventType.vertexRemove: 'vertex-remove',移除顶点
- Default Value:
- 'vertex-remove'
# static readonly vertexUpdate
SketchEditorToolEventType.vertexUpdate: 'vertex-update',草图图形顶更新
- Default Value:
- 'vertex-update'