BetaBetaaccepts: DesktopActionFilterFilter for accepting the menu item.
Optional Betachildren?: DesktopActionMenuItem[] | ((props: DesktopActionContext) => DesktopActionMenuItem[])Children menu items.
Optional Betagroup?: DesktopActionMenuItemGroupGroup for the menu item. Default is 'general'.
Betaicon: IconIcon for the menu item.
Betainvoke: DesktopActionFunction to invoke the action.
Betakey: stringKey for the menu item.
Betalabel: ReactNodeLabel for the menu item.
Optional Betaorder?: numberOrder of the menu item.
Optional Betaservice?: stringService related to the menu item.
Optional Betasubgroup?: stringSubgroup for the menu item.
Optional Betawith?: stringAdditional options for the menu item.
Menu item for desktop actions.