Skip to main content

ReplaceInterpolationPlaceholders

Classes

ReplaceInterpolationPlaceholdersCommand

Extends

Constructors

Constructor
new ReplaceInterpolationPlaceholdersCommand(
productHandler,
historyArgs,
product,
canvas): ReplaceInterpolationPlaceholdersCommand;
Parameters
ParameterType
productHandlerProductHandler
historyArgsIHistoryArgs
productProduct
canvasCanvas
Returns

ReplaceInterpolationPlaceholdersCommand

Overrides

BaseProductCommand.constructor

Methods

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

Promise<void>

Inherited from

BaseProductCommand.execute

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

Promise<void>

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

Promise<void>

Overrides

BaseProductCommand.redo

replaceInterpolationPlaceholders()
replaceInterpolationPlaceholders(): BaseTextItem[];
Returns

BaseTextItem[]

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

Promise<void>

Overrides

BaseProductCommand.undo

Was this page helpful?