Constructor
new DrawGroupCommand(group, name, layer, silentopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
group | Konva. | The group draw. | |
name | string | The shape display name. | |
layer | DrawLayer | The layer where to draw the group. | |
silent | boolean | <optional> | Whether to send a creation event or not. |
- Source
Classes
Methods
execute()
Execute the command.
getName() → {string}
Get the command name.
- Source
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
drawcreate
Draw create 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. |