InsertLineBreakCommand Class
In This Article
A command to insert the line break at the current position in the document.
#Declaration
TypeScript
declare class InsertLineBreakCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertLineBreak property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
InsertLineBreakCommand
See Also