Interface MenuItemManifestEntry

JSON representation of a menu item.

interface MenuItemManifestEntry {
    args?: (null | string | number | boolean)[];
    command?: string;
    group?: string;
    icon?: string;
    label?: string;
    submenu?: string;
    when?: string;
}

Hierarchy

  • MenuItemBase
    • MenuItemManifestEntry

Properties

args?: (null | string | number | boolean)[]
command?: string
group?: string
icon?: string
label?: string
submenu?: string
when?: string

Generated using TypeDoc