User Tools

Site Tools


onboarding:nova:mdctranslatoruiconfig

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
onboarding:nova:mdctranslatoruiconfig [2022/10/11 12:33] 10.91.110.100onboarding:nova:mdctranslatoruiconfig [2022/10/11 12:44] (current) 10.91.110.100
Line 13: Line 13:
 See sample of UiProperty object for nova below: See sample of UiProperty object for nova below:
 <code> <code>
- "uiProperty": [+"uiProperty": [
                     {                     {
-                        "title": "PSU Current 1",+                        "title": "Power",
                         "uiType": "GAUGE",                         "uiType": "GAUGE",
                         "row": 2,                         "row": 2,
                         "column": 1,                         "column": 1,
-                        "order": 12, +                        "order": 1
-                        "uiCategory": "POWER", +
-                        "properties":+
-                            "showOnComponent": "true", +
-                            "showOnOverView": "true" +
-                        }+
                     }                     }
                 ],                 ],
Line 33: Line 28:
    
   * **title** - will render on parameter card / list entry instead of prettyName or key if specified   * **title** - will render on parameter card / list entry instead of prettyName or key if specified
-  *   **uiType** - not needed for mobile but used in nova to show different card types +  *   **uiType** - used in nova to show different card types 
-  *   **row** - not needed for mobile but used in nova to determine how many rows card takes up +  *   **row** - used in nova to determine how many rows card takes up 
-  *   **column** - not needed for mobile but used in nova to determine how many columns card takes up +  *   **column** - used in nova to determine how many columns card takes up 
-  *   **order** - determines card order - used in both apps +  *   **order** - determines card order on page 
-  *   **uiCategory** - used in mobile to customise performanceIcon displayed for parameter. For full list of icons see: [[https://bitbucket.org/errigal/idms-mobile/src/master/src/config/performanceIcons/|performance icons dir]] +  *   **uiCategory** - 
-  *   **properties**: properties are configured via the translator key_value table.+  *   **properties**: properties are configured via the translator key_value table, unused in nova currently but can be leveraged to add addiitonal data / configuration to ui components if required.
 ===== Current Supported Parameter UiTypes in Nova Device Overview ===== ===== Current Supported Parameter UiTypes in Nova Device Overview =====
  
onboarding/nova/mdctranslatoruiconfig.1665487997.txt.gz · Last modified: 2022/10/11 12:33 by 10.91.110.100