DeleteBookmarkCommand Class
In This Article
A command to delete a specific bookmark.
#Declaration
TypeScript
declare class DeleteBookmarkCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.deleteBookmark property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
DeleteBookmarkCommand
See Also