Skip to main content

ConvertGroupIntoLayoutCommand

Classes

ConvertGroupIntoLayoutCommand

Extends

Constructors

Constructor
new ConvertGroupIntoLayoutCommand(
productHandler,
historyArgs,
args,
commandManager,
canvas?): ConvertGroupIntoLayoutCommand;
Parameters
ParameterType
productHandlerProductHandler
historyArgsIHistoryArgs
argsIConvertGroupIntoLayoutArgs
commandManagerCommandManager
canvas?Canvas
Returns

ConvertGroupIntoLayoutCommand

Overrides

BaseItemsCommand.constructor

Methods

execute()
execute(): Promise<LayoutItem[]>;
Returns

Promise<LayoutItem[]>

Inherited from

BaseItemsCommand.execute

executeCommandBody()
executeCommandBody(): Promise<LayoutItem[]>;
Returns

Promise<LayoutItem[]>

Overrides
BaseItemsCommand._executeCommandBody;
redo()
redo(): Promise<void>;
Returns

Promise<void>

Overrides

BaseItemsCommand.redo

undo()
undo(): Promise<void>;
Returns

Promise<void>

Overrides

BaseItemsCommand.undo

Interfaces

IConvertGroupIntoLayoutArgs

Extends

Was this page helpful?