CheckMenuItemOptions
Defined in: menu/checkMenuItem.ts:10
Options for creating a new check menu item.
optionalaccelerator:string
Defined in: menu/menuItem.ts:17
Specify an accelerator for the new menu item.
optionalaction: (id) =>void
Defined in: menu/menuItem.ts:19
Specify a handler to be called when this menu item is activated.
string
void
optionalchecked:boolean
Defined in: menu/checkMenuItem.ts:12
Whether the new check menu item is enabled or not.
optionalenabled:boolean
Defined in: menu/menuItem.ts:15
Whether the new menu item is enabled or not.
optionalid:string
Defined in: menu/menuItem.ts:11
Specify an id to use for the new menu item.
text:
string
Defined in: menu/menuItem.ts:13
The text of the new menu item.
© 2025 Tauri Contributors. CC-BY / MIT