Skip to main content

App page

The appPage will add a menu entry in the project header, click to enter and it can be displayed on the app page.

proxima_app_page

Manifest example

modules:
appPage:
- key: app-key
resource: main
title: App Title
loadType: Micro
route: /app
resources:
- key: main
path: ./dist/

Properties

nametyperequireddescription
keyStringYesA key for the module, which other modules can refer to. Must be unique within the manifest.
Regex: ^[a-zA-Z0-9_-]+$
resourceStringYesA reference to the static resources entry that your app page wants to display. See resources for more details.
titleStringYesThe title of the app page, which is displayed at the top navigation of Team Header.
loadTypeMicroYesThe app's rendering method
routeStringfalseThe app route, default /