MoveContentCommand Class
In This Article
A command to move the selected range to a specific position in the document.
#Declaration
TypeScript
declare class MoveContentCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.moveContent property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
MoveContentCommand
See Also