interface PluginCommand {
    category?: string;
    command: string;
    enablement?: string;
    iconUrl?: IconUrl;
    originalTitle?: string;
    shortTitle?: string;
    themeIcon?: string;
    title: string;
}

Properties

category?: string
command: string
enablement?: string
iconUrl?: IconUrl
originalTitle?: string
shortTitle?: string
themeIcon?: string
title: string