Skip to main content

EditPlaceholderCommand

Classes

EditPlaceholderCommand

Extends

Constructors

Constructor
new EditPlaceholderCommand(
productHandler,
args,
historyArgs,
commandManager): EditPlaceholderCommand;
Parameters
ParameterType
productHandlerProductHandler
argsIEditPlaceholderCommandArgs
historyArgsIHistoryArgs
commandManagerICommandManager
Returns

EditPlaceholderCommand

Overrides

BaseItemsCommand.constructor

Methods

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

Promise<void>

Inherited from

BaseItemsCommand.execute

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

Promise<void>

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

Promise<void>

Overrides

BaseItemsCommand.redo

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

Promise<void>

Overrides

BaseItemsCommand.undo

Interfaces

IEditPlaceholderCommandArgs

Extends

Was this page helpful?