Creates the command.
The array to take the transferred element from.
The array to put the transferred element in.
The index at which the element is located in the source array.
The index at which the element must be put in the destination array.
The name of the command.
Protected
_srcThe array to take the transferred element from.
Protected
_srcThe index at which the element is located in the source array.
Protected
_tgtThe array to put the transferred element in.
Protected
_tgtThe index at which the element must be put in the target array.
Protected
Readonly
cmdThe name of the command.
Protected
statusThe state of the command.
Protected
createProtected
executionGives some information about the impact of a command.
Information about the impact of the commmand as an SVG element or text.
Generated using TypeDoc
An undoable command that transfers an element from one array to another.