Constructor
new DeleteGroupCommand(group, name, layer)
Parameters:
Name | Type | Description |
---|---|---|
group | Konva. | The group draw. |
name | string | The shape display name. |
layer | DrawLayer | The layer where to delete 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
drawdelete
Draw delete event.
Type:
Properties- object
Name | Type | Description |
---|---|---|
id | string | The id of the created draw. |
srclayerid | string | The id of the layer of the draw. |
dataid | string | The associated data id. |