UxpCommandInfo
id ⇒ string
Get command id
Returns: string
label ⇒ string
Get command label, localized string
Returns: string
description ⇒ string
Get command description, localized string
Returns: string
shortcut ⇒ Object
Get command shortcut
Returns: Object
- which consists of following keys:
{string} shortcutKey
{boolean} commandKey
{boolean} altKey
{boolean} shiftKey
{boolean} ctrlKey
isManifestCommand ⇒ bool
Get isManifestCommand
Returns: bool
commandOptions ⇒ object
Get command options parameter
Returns: object