const LayerEvents = { PanBackGround: 'panBackGround', //拖拽背景 AddWall: 'addWall', //开始添加墙 AddingWall: 'addingWall', //添加墙进行中 MoveWall: 'moveWall', //拖拽墙面 MoveWallPoint: 'moveWallPoint', //拖拽墙角 AddTag: 'addTag', MoveTag: 'moveTag', AddRectangle: 'addRectangle', AddingRectangle: 'addingRectangle', //添加矩形进行中 MoveRectangle: 'moveRectangle', MoveRectangleVertex: 'moveRectangleVertex', MoveRectangleSide: 'moveRectangleSide', AddCircle: 'addCircle', AddingCircle: 'addingCircle', //添加圆进行中 MoveCircle: 'moveCircle', MoveCircleVertex: 'moveCircleVertex', AddArrow: 'addArrow', AddingArrow:'addingArrow', MoveArrow: 'moveArrow', AddIcon: 'addIcon', AddingIcon:'addingIcon', MoveIcon: 'moveIcon', MoveIconVertex: 'moveIconVertex', AddTable: 'addTable', MoveTable: 'moveTable', AddCustomImage: 'addCustomImage', MoveCustomImage: 'moveCustomImage', AddBgImage: 'addBgImage', ModifyBgImage: 'modifyBgImage', AddSign: 'addSign', MoveSign: 'moveSign', MoveTitle: 'moveTitle', MoveCompass: 'moveCompass', } export default LayerEvents