Constructor
new MoveGroupCommand(group, name, translation, layer)
Parameters:
Name | Type | Description |
---|---|---|
group | Konva. | The group draw. |
name | string | The shape display name. |
translation | object | A 2D translation to move the group by. |
layer | DrawLayer | The layer where to move the group. |
Classes
Methods
execute()
Execute the command.
getName() → {string}
Get the command name.
Returns:
The command name.
- Type:
- string
onExecute(_event)
Handle an execute event.
Parameters:
Name | Type | Description |
---|---|---|
_event | object | The execute event with type and id. |
onUndo(_event)
Handle an undo event.
Parameters:
Name | Type | Description |
---|---|---|
_event | object | The undo event with type and id. |
undo()
Undo the command.
Events
drawmove
Draw move event.
Type:
Properties- object
Name | Type | Description |
---|---|---|
id | string | The id of the create draw. |
srclayerid | string | The id of the layer of the draw. |
dataid | string | The associated data id. |