UpdateTableOfContentsCommand Class
In This Article
A command to update a table of contents.
#Declaration
TypeScript
declare class UpdateTableOfContentsCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.updateTableOfContents property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
UpdateTableOfContentsCommand
See Also