FixUnsupportedTextCommand
Classes
FixUnsupportedTextCommand
Extends
Constructors
Constructor
new FixUnsupportedTextCommand(
historyArgs,
args,
commandManager): FixUnsupportedTextCommand;
Parameters
| Parameter | Type |
|---|---|
historyArgs | IHistoryArgs |
args | IFixUnsupportedTextCommandArgs |
commandManager | CommandManager |
Returns
Overrides
Methods
execute()
execute(): Promise<BaseTextItem>;
Returns
Promise<BaseTextItem>
Inherited from
executeCommandBody()
executeCommandBody(): Promise<BaseTextItem>;
Returns
Promise<BaseTextItem>
Overrides
BaseItemsCommand._executeCommandBody;
redo()
redo(): Promise<void>;
Returns
Promise<void>
Overrides
undo()
undo(): Promise<void>;
Returns
Promise<void>
Overrides
Interfaces
IFixUnsupportedTextCommandArgs
Properties
item
item: Item;