ToggleMultilevelListCommand Class
In This Article
A command to toggle between the multilevel list style and normal text.
#Declaration
TypeScript
declare class ToggleMultilevelListCommand extends CommandWithBooleanStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.toggleMultilevelList property.
#Inheritance
CommandBase
CommandWithBooleanStateBase
ToggleMultilevelListCommand
See Also