Skip to main content

FixUnsupportedTextCommand

Classes

FixUnsupportedTextCommand

Extends

Constructors

Constructor
new FixUnsupportedTextCommand(
historyArgs,
args,
commandManager): FixUnsupportedTextCommand;
Parameters
ParameterType
historyArgsIHistoryArgs
argsIFixUnsupportedTextCommandArgs
commandManagerCommandManager
Returns

FixUnsupportedTextCommand

Overrides

BaseItemsCommand.constructor

Methods

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

Promise<BaseTextItem>

Inherited from

BaseItemsCommand.execute

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

Promise<BaseTextItem>

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

Promise<void>

Overrides

BaseItemsCommand.redo

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

Promise<void>

Overrides

BaseItemsCommand.undo

Interfaces

IFixUnsupportedTextCommandArgs

Properties

item
item: Item;
Was this page helpful?