Interface CommandManifestEntry

JSON representation of a command.

interface CommandManifestEntry {
    category?: string;
    checked?: string;
    command: string;
    enablement?: string;
    icon?: string;
    title?: string;
    tooltip?: string;
}

Hierarchy

  • CommandBase
    • CommandManifestEntry

Properties

category?: string
checked?: string
command: string
enablement?: string
icon?: string
title?: string
tooltip?: string

Generated using TypeDoc