OptionalallowedOptionalbaseThe base path of your application, e.g. /cloud or /checkout.
All links will be prefixed with this path.
Include a leading slash but no trailing slash.
The navigation items to display at the bottom of the menu.
The full URL of the current location (e.g., location.href or SPA equivalent).
OptionalignoreIf provided, the menu will not check for permission. This is useful for groups that are not shown in the menu, but are still used in the application for whatever reason.
Use with caution, as this will bypass the permission check!
OptionalisIf false or undefined, the menu will turn into a mobile navigation on viewports below 768px.
The identifier of the currently active item group.
The navigation items to display within the current item group.
OptionallanguageThe language used for displaying text.
Optionalshow
If provided, the menu will only show these groups, if the user has access to them.
If left undefined, no groups are filtered out. NOTE: empty array means filter out all groups.
Currently used by Cloud to make sure the user only sees Cloud groups in some cases.