Difference between revisions of "Start Object"
Line 12: | Line 12: | ||
! Property !! Type !! Default Value !! Mandatory !! Since Version !! class="unsortable" | Description | ! Property !! Type !! Default Value !! Mandatory !! Since Version !! class="unsortable" | Description | ||
|- | |- | ||
− | | <code>name</code> || <code>string</code> || <code>null</code> || '''Yes''' || 0.1.0 || | + | | <code>name</code> || <code>string</code> || <code>null</code> || '''Yes''' || data-sort-value=0|0.1.0 || |
The name of the start parameter. This property is displayed at start parameter setup and should be used to show a short information about the start parameter (e.g. <code>"My Last Holiday Trip"</code>). This property is mandatory. | The name of the start parameter. This property is displayed at start parameter setup and should be used to show a short information about the start parameter (e.g. <code>"My Last Holiday Trip"</code>). This property is mandatory. | ||
|- | |- | ||
− | | <code>version</code> || <code>string</code> || <code>null</code> || '''Yes''' || 0.1.0 || | + | | <code>version</code> || <code>string</code> || <code>null</code> || '''Yes''' || data-sort-value=0|0.1.0 || |
The version of the start parameter. This property is displayed at start parameter setup and should be used to show the current version of the start parameter (e.g. <code>"1.0.0"</code>). This property is mandatory. | The version of the start parameter. This property is displayed at start parameter setup and should be used to show the current version of the start parameter (e.g. <code>"1.0.0"</code>). This property is mandatory. | ||
|- | |- | ||
− | | <code>parameter</code> || <code>string</code> || <code>null</code> || '''Yes''' || 0.1.0 || | + | | <code>parameter</code> || <code>string</code> || <code>null</code> || '''Yes''' || data-sort-value=0|0.1.0 || |
The start parameter. This property specifies which menu or content is loaded at startup. It must start with <code>menu:</code> or <code>content:</code> to specify the JSON type. This property is mandatory, because without it, no start menu or content can be loaded. | The start parameter. This property specifies which menu or content is loaded at startup. It must start with <code>menu:</code> or <code>content:</code> to specify the JSON type. This property is mandatory, because without it, no start menu or content can be loaded. | ||
Line 25: | Line 25: | ||
Please see [[Menu Root Object]] and [[Content Root Object]] for the data structures. | Please see [[Menu Root Object]] and [[Content Root Object]] for the data structures. | ||
|- | |- | ||
− | | <code>welcome</code> || <code>string</code> || <code>"none"</code> || No || '''0.1.117''' || | + | | <code>welcome</code> || <code>string</code> || <code>"none"</code> || No || data-sort-value=117|'''0.1.117''' || |
The welcome type of the start parameter. If this property is set to <code>"start"</code> or <code>"content"</code>, the start parameter is also set as welcome pages in the settings (either as start action or content). If you want to manage various start parameters with a portal page (i.e. by using the <code>start</code> action), you can use this feature to keep the portal page available via the settings. | The welcome type of the start parameter. If this property is set to <code>"start"</code> or <code>"content"</code>, the start parameter is also set as welcome pages in the settings (either as start action or content). If you want to manage various start parameters with a portal page (i.e. by using the <code>start</code> action), you can use this feature to keep the portal page available via the settings. | ||
Revision as of 11:08, 8 January 2021
{
"name": "Start Parameter Name",
"version": "1.0.0",
"parameter": "menu:http://link.to.menu",
"welcome": "none"
}
Property | Type | Default Value | Mandatory | Since Version | Description |
---|---|---|---|---|---|
name |
string |
null |
Yes | 0.1.0 |
The name of the start parameter. This property is displayed at start parameter setup and should be used to show a short information about the start parameter (e.g. |
version |
string |
null |
Yes | 0.1.0 |
The version of the start parameter. This property is displayed at start parameter setup and should be used to show the current version of the start parameter (e.g. |
parameter |
string |
null |
Yes | 0.1.0 |
The start parameter. This property specifies which menu or content is loaded at startup. It must start with Since version 0.1.97, you can also set a start parameter that starts with Please see Menu Root Object and Content Root Object for the data structures. |
welcome |
string |
"none" |
No | 0.1.117 |
The welcome type of the start parameter. If this property is set to
|