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