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

Hierarchy

  • CommandBase
    • Command

Properties

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

Generated using TypeDoc