Tauri Core API - v2.9.1
    Preparing search index...

    Type Alias SubmenuOptions

    SubmenuOptions: Omit<MenuItemOptions, "accelerator" | "action"> & MenuOptions & {
        icon?: MenuIcon;
    }

    Type Declaration

    • Optionalicon?: MenuIcon

      Icon to be used for the submenu. Note: you may need the image-ico or image-png Cargo features to use this API.