OpenInsertHyperlinkDialogCommand Class
In This Article
A command to invoke the Hyperlink dialog.
#Declaration
TypeScript
declare class OpenInsertHyperlinkDialogCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.openInsertHyperlinkDialog property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
OpenInsertHyperlinkDialogCommand
See Also