ShortcutEventArgs.commandName Property
In This Article
Gets the name of a command associated with the keyboard shortcut.
#Declaration
TypeScript
commandName: string
#Property Value
Type | Description |
---|---|
string | A string containing a command name. |
See Also