UXP Toolkit
    Preparing search index...

    Interface UxpCommandInfo

    interface UxpCommandInfo {
        description: string;
        id: string;
        label: string;
        shortcut: {
            altKey: boolean;
            commandKey: boolean;
            ctrlKey: boolean;
            shiftKey: boolean;
            shortcutKey: string;
        };
    }
    Index

    Properties

    description: string

    Get command description, localized string.

    id: string

    Get command id.

    label: string

    Get command label, localized string.

    shortcut: {
        altKey: boolean;
        commandKey: boolean;
        ctrlKey: boolean;
        shiftKey: boolean;
        shortcutKey: string;
    }

    Get command shortcut.