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