NxAppLayout
Properties
| Name | Description | Type |
|---|---|---|
| qTitle | Title of the app. | String |
| qFileName |
In server mode, this property corresponds to the app identifier (GUID). In desktop mode, this property corresponds to the full path of the app. |
String |
| qLastReloadTime | Date and time of the last reload of the app in ISO format. | String |
| qModified | Is set to true if the app has been updated since the last save. | Boolean |
| qHasScript | Is set to true if a script is defined in the app. | Boolean |
| qStateNames | Array of alternate states. | Array of String |
| qMeta | Information on publishing and permissions. |
NxMeta |
| qLocaleInfo | Information about the locale. | LocaleInfo |
| qHasData | Is set to true if the app contains data following a script reload. | Boolean |
| qReadOnly |
If set to true, it means that the app is read-only. |
Boolean |
| qIsOpenedWithoutData | If set to true, it means that the app was opened without loading its data. | Boolean |
| qThumbnail | App thumbnail. | StaticContentUrl |
Desktop mode
In desktop mode, this structure can contain dynamic properties.
Server mode
In server mode, only a few dynamic properties at app level are persisted.
The persisted dynamic properties are the following:
- modifiedDate
- published
- publishTime
- privileges
- description
- dynamicColor