ToggleBulletedListCommand Class
In This Article
A command to toggle between the bulleted paragraph and normal text.
#Declaration
TypeScript
declare class ToggleBulletedListCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.toggleBulletedList property.
#Inheritance
CommandBase
ToggleBulletedListCommand
See Also