Type alias MenuItem

MenuItem: {
    checked?: boolean;
    enabled: boolean;
    title: string;
    tooltip: string;
}

Type declaration

  • Optional checked?: boolean
  • enabled: boolean
  • title: string
  • tooltip: string

Generated using TypeDoc