DrawGroupCommand

Draw group command.

Constructor

new DrawGroupCommand(group, name, layer, silentopt)

Parameters:
NameTypeAttributesDescription
groupKonva.Group

The group draw.

namestring

The shape display name.

layerKonva.Layer

The layer where to draw the group.

silentboolean<optional>

Whether to send a creation event or not.

Classes

DrawGroupCommand

Methods

execute()

Execute the command.

getName() → {string}

Get the command name.

Returns:

The command name.

Type: 
string

onExecute(_event)

Handle an execute event.

Parameters:
NameTypeDescription
_eventobject

The execute event with type and id.

onUndo(_event)

Handle an undo event.

Parameters:
NameTypeDescription
_eventobject

The undo event with type and id.

undo()

Undo the command.

Events

drawcreate

Draw create event.

Type:
  • object
Properties
NameTypeDescription
idnumber

The id of the create draw.