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.
Manifest example
modules:
appPage:
- key: app-key
resource: main
title: App Title
loadType: Micro
route: /app
resources:
- key: main
path: ./dist/
Properties
name | type | required | description |
---|---|---|---|
key | String | Yes | A key for the module, which other modules can refer to. Must be unique within the manifest. Regex: ^[a-zA-Z0-9_-]+$ |
resource | String | Yes | A reference to the static resources entry that your app page wants to display. See resources for more details. |
title | String | Yes | The title of the app page, which is displayed at the top navigation of Team Header. |
loadType | Micro | Yes | The app's rendering method |
route | String | false | The app route, default / |