Class SetImageItemCommand
Inheritance
SetImageItemCommand
Constructors
(constructor)(productHandler, historyArgs, args, _commandManager)
Constructs a new instance of the SetImageItemCommand class
Declaration
constructor(productHandler: ProductHandler, historyArgs: IHistoryArgs, args: ISetImageItemCommandArgs, _commandManager: ICommandManager);
Parameters
Methods
_executeCommandBody()
Declaration
_executeCommandBody(): Promise<void>;
Returns
| Type |
Description |
| Promise<void> |
|
getImageData(imageItem)
Declaration
static getImageData(imageItem: ImageItem): ImageMetaData;
Parameters
| Type |
Name |
Description |
| ImageItem |
imageItem |
|
Returns
redo()
Declaration
Returns
| Type |
Description |
| Promise<void> |
|
undo()
Declaration
Returns
| Type |
Description |
| Promise<void> |
|