Type alias TMenuItem

TMenuItem: {
    disabled?: boolean;
    id: string;
    label: string;
    type: "button" | "checkbox" | "select" | "list" | "colors";
}

Type declaration

  • Optional disabled?: boolean
  • id: string
  • label: string
  • type: "button" | "checkbox" | "select" | "list" | "colors"

Generated using TypeDoc