DeleteHyperlinkCommand Class
In This Article
A command to delete the selected hyperlink.
#Declaration
TypeScript
declare class DeleteHyperlinkCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.deleteHyperlink property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
DeleteHyperlinkCommand
See Also