Difference between revisions of "Menu Root Object"
(15 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
"cache": true, | "cache": true, | ||
"restore": true, | "restore": true, | ||
+ | "refocus": 0, | ||
"transparent": 0, | "transparent": 0, | ||
"style": "default", | "style": "default", | ||
Line 42: | Line 43: | ||
| <code>flag</code> || <code>string</code> || <code>null</code> || No || data-sort-value=120|'''0.1.120''' || | | <code>flag</code> || <code>string</code> || <code>null</code> || No || data-sort-value=120|'''0.1.120''' || | ||
A custom content flag that can be evaluated by plugins and/or servers. | A custom content flag that can be evaluated by plugins and/or servers. | ||
+ | |||
+ | Since version '''0.1.144''', this flag can also be used to replace (and reload) the menu data at runtime. For more information, please see [[Replace Action]]. | ||
+ | |||
+ | Since version '''0.1.153''', this flag can also be used to refocus menu items by using the <code>refocus</code> property. | ||
|- | |- | ||
| <code>reuse</code> || <code>boolean</code> || <code>true</code> || No || data-sort-value=0|0.1.0 || | | <code>reuse</code> || <code>boolean</code> || <code>true</code> || No || data-sort-value=0|0.1.0 || | ||
Line 51: | Line 56: | ||
| <code>restore</code> || <code>boolean</code> || <code>true</code> || No || data-sort-value=120|'''0.1.120''' || | | <code>restore</code> || <code>boolean</code> || <code>true</code> || No || data-sort-value=120|'''0.1.120''' || | ||
Indicates if the menu data is restorable. If this property is set to <code>false</code>, the menu data (and the related content data) is not restored when the application returns from a link action. | Indicates if the menu data is restorable. If this property is set to <code>false</code>, the menu data (and the related content data) is not restored when the application returns from a link action. | ||
+ | |- | ||
+ | | <code>refocus</code> || <code>number</code>{{pipe}}<code>boolean</code> || <code>0</code> || No || data-sort-value=153|'''0.1.153''' || | ||
+ | Indicates if a menu item should be refocused. The <code>flag</code> property is used to cache and restore the focus value. | ||
+ | |||
+ | * <code>0</code>{{pipe}}<code>false</code>: No menu item is refocused. | ||
+ | * <code>1</code>{{pipe}}<code>true</code>: The cached focused menu item is refocused by using the item ID (and the item index as fallback). | ||
+ | * <code>2</code>: The cached focused menu item is refocused by using the item index only. | ||
+ | |||
+ | '''Note: To use this property, the <code>flag</code> property must also be set, otherwise this property is ignored. If a menu item has a <code>focus</code> property set to <code>true</code>, the focus value is only cached but not restored.''' | ||
|- | |- | ||
| <code>transparent</code> || <code>number</code>{{pipe}}<code>boolean</code> || <code>0</code> || No || data-sort-value=142|'''0.1.142''' || | | <code>transparent</code> || <code>number</code>{{pipe}}<code>boolean</code> || <code>0</code> || No || data-sort-value=142|'''0.1.142''' || | ||
Indicates if the corresponding content background is transparent. By default, the content background is set to a semi-transparent gray to darken the underlying video/image and make the content more visible. | Indicates if the corresponding content background is transparent. By default, the content background is set to a semi-transparent gray to darken the underlying video/image and make the content more visible. | ||
− | * <code>0</code>{{pipe}}<code>false</code> | + | * <code>0</code>{{pipe}}<code>false</code>: The content background is not transparent. |
− | * <code>1</code>{{pipe}}<code>true</code> | + | * <code>1</code>{{pipe}}<code>true</code>: The content background is transparent. |
− | * <code>2</code> | + | * <code>2</code>: The content background is only transparent if no video/audio is active or the active video/audio has set the extended property <code>"control:transparent"</code> to <code>"true"</code>. For more information, please see [[Extended Properties]]. |
− | '''Note: If the active menu item has its own transparent property, this property is ignored. If the corresponding content or content page has its own <code>transparent</code> property and becomes active, this property is also ignored.''' | + | '''Note: If the active menu item has its own <code>transparent</code> property, this property is ignored. If the corresponding content or content page has its own <code>transparent</code> property and becomes active, this property is also ignored.''' |
|- | |- | ||
| <code>style</code> || <code>string</code> || <code>"default"</code> || No || data-sort-value=142|'''0.1.142''' || | | <code>style</code> || <code>string</code> || <code>"default"</code> || No || data-sort-value=142|'''0.1.142''' || | ||
Line 110: | Line 124: | ||
|- | |- | ||
| <code>ready</code> || <code>object</code> || <code>null</code> || No || data-sort-value=142|'''0.1.142''' || | | <code>ready</code> || <code>object</code> || <code>null</code> || No || data-sort-value=142|'''0.1.142''' || | ||
− | A special ready object that can contain an <code>action</code> property (of type <code>string</code>) and | + | A special ready object that can contain an <code>action</code> property (of type <code>string</code>) and an action-related <code>data</code> property (of type <code>object</code>). It can be used to execute an action when the menu is ready. Please see [[Internal Actions]] for possible values. |
|- | |- | ||
| <code>options</code> || <code>object</code> || <code>null</code> || No || data-sort-value=120|'''0.1.120''' || | | <code>options</code> || <code>object</code> || <code>null</code> || No || data-sort-value=120|'''0.1.120''' || | ||
Line 124: | Line 138: | ||
* [[Focus Separator]] | * [[Focus Separator]] | ||
* [[Option Shortcut]] | * [[Option Shortcut]] | ||
+ | * [[Replace Action]] | ||
== See also == | == See also == | ||
* [[Menu Item Object]] | * [[Menu Item Object]] | ||
* [[Menu Examples]] | * [[Menu Examples]] |
Latest revision as of 09:50, 22 June 2023
{
"name": "Content Name",
"version": "1.0.0",
"reference": "http://link.to.menu",
"flag": "content_flag",
"reuse": true,
"cache": true,
"restore": true,
"refocus": 0,
"transparent": 0,
"style": "default",
"logo": "http://link.to.image",
"logoSize": "large",
"headline": "Menu Headline",
"background": "http://link.to.image",
"extension": "Content Extension",
"dictionary": "http://link.to.dictionary",
"menu": [],
"action": null,
"data": null,
"ready": null,
"options": null
}
Property | Type | Default Value | Mandatory | Since Version | Description |
---|---|---|---|---|---|
name |
string |
null |
No | 0.1.0 |
The name of the content. This property is only used if the menu data is loaded at startup and can be used to set the content name. This value is displayed in the about panel of the Media Station X application. |
version |
string |
null |
No | 0.1.0 |
The version of the content. This property is only used if the menu data is loaded at startup and can be used to add a content version. This value is displayed in the about panel of the Media Station X application. |
reference |
string |
null |
No | 0.1.134 |
The reference of the menu data. This property is only used if the menu data is loaded at startup and can be used to load the actual data (i.e. non-startup related data) from another location. This allows you to keep the start menu data more dynamic (e.g. by reloading it on the fly). Note: Please note that most properties (e.g. |
flag |
string |
null |
No | 0.1.120 |
A custom content flag that can be evaluated by plugins and/or servers. Since version 0.1.144, this flag can also be used to replace (and reload) the menu data at runtime. For more information, please see Replace Action. Since version 0.1.153, this flag can also be used to refocus menu items by using the |
reuse |
boolean |
true |
No | 0.1.0 |
Indicates if the menu data can be reused. If this property is set to |
cache |
boolean |
true |
No | 0.1.58 |
Indicates if the menu data is being cached. This property can be used to disable the cache feature. |
restore |
boolean |
true |
No | 0.1.120 |
Indicates if the menu data is restorable. If this property is set to |
refocus |
number |boolean |
0 |
No | 0.1.153 |
Indicates if a menu item should be refocused. The
Note: To use this property, the |
transparent |
number |boolean |
0 |
No | 0.1.142 |
Indicates if the corresponding content background is transparent. By default, the content background is set to a semi-transparent gray to darken the underlying video/image and make the content more visible.
Note: If the active menu item has its own |
style |
string |
"default" |
No | 0.1.142 |
The style of the menu.
|
logo |
string |
null |
No | 0.1.60 |
The logo image of the menu. This property can be used to display a logo instead of a headline. Please see property |
logoSize |
string |
"large" |
No | 0.1.130 |
The size of the logo area of the menu.
The logo is sized to fill the entire height (by keeping the ratio) and is positioned on the left side. Note: This property is ignored if no |
headline |
string |
null |
No | 0.1.0 |
The headline of the menu. Note: Since version 0.1.60, this property is ignored if a This property supports Inline Expressions. |
background |
string |
null |
No | 0.1.0 |
The background image that is used if no other background is set at lower levels. If the menu data is loaded at startup, this background image is used as default. |
extension |
string |
null |
No | 0.1.82 |
The extension of each corresponding content screen. This property can be used to display a small label in the upper right corner of each corresponding content screen (e.g. to show the logged in user, the current date/time, etc.). This property has no effect if the corresponding content contains its own extension. This property supports Inline Expressions and Live Inline Expressions. |
dictionary |
string |
null |
No | 0.1.120 |
A URL to a dictionary file. This property is only used if the menu data is loaded at startup and can be used to setup a dictionary. A dictionary can be used to translate the application user interface. For more information, please see Dictionary Structure. |
menu |
array |
null |
Yes | 0.1.0 |
An array of menu items. Please see Menu Item Object for the data structure. This property is mandatory, because without it, no menu items can be displayed. |
action |
string |
null |
No | 0.1.0 |
The start action that is executed if the menu data is loaded at startup. This property is part of the hidden features. For more information, please see Start Action. |
data |
object |
null |
No | 0.1.0 |
The additional data of the start action that is used if the action is executed. This property is part of the hidden features. For more information, please see Start Action. |
ready |
object |
null |
No | 0.1.142 |
A special ready object that can contain an |
options |
object |
null |
No | 0.1.120 |
A special content page object that is displayed in a content panel if a menu item is selected and the menu button is pressed. The availability of options for the current selected item is indicated in the lower right corner of the content screen. Please see Content Page Object for the data structure. Since version 0.1.130, you can also set a Content Root Object as options. Note: If the selected menu item has its own |