@appsemble/types
Advanced tools
Comparing version 0.18.16 to 0.18.17
@@ -663,6 +663,15 @@ import { Action, BaseMessage, HTTPMethods, LogAction, Theme } from '@appsemble/sdk/src/types'; | ||
* | ||
* This will be displayed on the top of the page and in the side menu. | ||
* This will be displayed on the top of the page and in the side menu, | ||
* unless @see navTitle is set. | ||
* | ||
* The name of the page is used to determine the URL path of the page. | ||
*/ | ||
name: string; | ||
/** | ||
* The name of the page when displayed in the navigation menu. | ||
* | ||
* Context property `name` can be used to access the name of the page. | ||
*/ | ||
navTitle?: Remapper; | ||
/** | ||
* A list of roles that may view the page. | ||
@@ -669,0 +678,0 @@ */ |
{ | ||
"name": "@appsemble/types", | ||
"version": "0.18.16", | ||
"version": "0.18.17", | ||
"description": "TypeScript definitions reused within Appsemble internally", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@appsemble/sdk": "0.18.16", | ||
"@appsemble/sdk": "0.18.17", | ||
"@fortawesome/fontawesome-common-types": "^0.2.35", | ||
@@ -36,0 +36,0 @@ "jsonschema": "^1.4.0", |
36390
1287
+ Added@appsemble/sdk@0.18.17(transitive)
- Removed@appsemble/sdk@0.18.16(transitive)
Updated@appsemble/sdk@0.18.17