Type alias TMenuItemBoolean

TMenuItemBoolean: TMenuItem & {
    callback: ((value) => void);
    initValue: boolean | "indeterminate";
    type: "checkbox";
}

Type declaration

  • callback: ((value) => void)
      • (value): void
      • Parameters

        • value: boolean

        Returns void

  • initValue: boolean | "indeterminate"
  • type: "checkbox"

Generated using TypeDoc