UxpCommandInfo
id ⇒ string
#
Get command id
Returns: string
label ⇒ string
#
Get command label
Returns: string
- - a localized string
description ⇒ string
#
Get command description
Returns: string
- - a localized string
shortcut ⇒ Object
#
Get command shortcut
Returns: Object
- which consists of following keys:
{string} shortcutKey
{boolean} commandKey
{boolean} altKey
{boolean} shiftKey
{boolean} ctrlKey