AssignShortcutCommand Class
In This Article
A command to assign a shortcut to the specified client command.
#Declaration
TypeScript
declare class AssignShortcutCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.assignShortcut property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
AssignShortcutCommand
See Also