InsertHtmlCommand Class
In This Article
A command to add an HTML formatted content in place of a selected range.
#Declaration
TypeScript
declare class InsertHtmlCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertHtml property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
InsertHtmlCommand
See Also