GoToBookmarkCommand Class
In This Article
Gets a command to navigate to the specified bookmark in the document.
#Declaration
TypeScript
declare class GoToBookmarkCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.goToBookmark property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
GoToBookmarkCommand
See Also