Skip to main content

OpenHyperlinkCommand Class

A command to navigate to the document bookmark or URI (uniform resource identifier) specified for the hyperlink.

#Declaration

TypeScript
declare class OpenHyperlinkCommand extends CommandWithSimpleStateBase

#Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.openHyperlink property.

#Inheritance

See Also