Version list header action
This module supports the application to display the operation entry in the version list header actions and perform related operations.
Manifest example
modules:
proxima:versionListHeaderAction:
- key: version-list-header-action
resource: main
title: 新建版本
loadType: Micro
route: /add-version
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 item panel wants to display. See resources for more details. |
title | String | Yes | The title of the version list header action |
loadType | Micro | Yes | The app's rendering method and it would display in the modal |
route | String | false | The app route, default / |