InsertBookmarkCommand Class
In This Article
A command to insert a new bookmark that references the current selection.
#Declaration
TypeScript
declare class InsertBookmarkCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertBookmark property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
InsertBookmarkCommand
See Also