Beta
Beta
accepts: DesktopActionFilterFilter for accepting the menu item.
Optional
Beta
children?: DesktopActionMenuItem[] | ((props: DesktopActionContext) => DesktopActionMenuItem[])Children menu items.
Optional
Beta
group?: DesktopActionMenuItemGroupGroup for the menu item. Default is 'general'.
Beta
icon: IconIcon for the menu item.
Beta
invoke: DesktopActionFunction to invoke the action.
Beta
key: stringKey for the menu item.
Beta
label: ReactNodeLabel for the menu item.
Optional
Beta
order?: numberOrder of the menu item.
Optional
Beta
service?: stringService related to the menu item.
Optional
Beta
subgroup?: stringSubgroup for the menu item.
Optional
Beta
with?: stringAdditional options for the menu item.
Menu item for desktop actions.