Theia API Documentation v1.65.0
    Preparing search index...
    interface PluginCommand {
        category?: string;
        command: string;
        enablement?: string;
        iconUrl?: IconUrl;
        originalTitle?: string;
        shortTitle?: string;
        themeIcon?: string;
        title: string;
    }
    Index

    Properties

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