Package-level declarations
Types
A metadata for the about predefined menu item.
A check menu item inside a {@linkcode Menu} or {@linkcode Submenu} and usually contains a text and a check mark or a similar toggle that corresponds to a checked and unchecked states.
Options for creating a new check menu item.
An icon menu item inside a {@linkcode Menu} or {@linkcode Submenu} and usually contains an icon and a text.
Options for creating a new icon menu item.
A type that is either a menu bar on the window on Windows and Linux or as a global menu in the menubar on macOS.
A menu item inside a {@linkcode Menu} or {@linkcode Submenu} and contains only text.
Options for creating a new menu item.
Options for creating a new menu.
A native Icon to be used for the menu item
A predefined (native) menu item which has a predefined behavior by the OS or by tauri.
Options for creating a new predefined menu item.
A type that is a submenu inside a {@linkcode Menu} or {@linkcode Submenu}.