🔗Navigation

Navigation organizes your apps in the left sidebar, allowing for quick access to the appropriate page.

To create a navigation page, navigate to the QuickDEV homepage, then click on "New" and choose "Navigation".

Within the Navigation editor, select the "+ New" option to incorporate menu items.

Pick a menu item, designate the app for navigation, and modify the label and icon as necessary. The app will be instantly displayed on the canvas.

Add submenu items

To include submenu items, either click on the three dots (···) and select "Add submenu item," or drag the vertical ellipsis (⋮⋮) to create a hierarchical relationship between menu items.

Add submenu item
Drag & drop submenu items

Add URL parameters

Incorporate URL query parameters or hash parameters to a menu item by specifying the key and value.

Afterward, click on the menu item displayed on the canvas. The parameters will be added to the URL of the app intended to be opened. You can verify this in the "Globals" tab located in the left pane.

Access parameters from URL by using url.hash.key1 or url.query.key1 inside handlebars {{ }}

Visibility of menu items

By default, a menu item remains hidden for users without app permissions. Toggling this option off allows users to view the menu item but prevents them from accessing the referenced app.

Permissions

The rights granted for navigation are the same as those for modules and apps. For more information, check the Permissions for resources section.

Last updated