mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-01-25 14:16:45 +00:00
Follow the convention that constant enumerated values should be in ALLCAPS. This is a spec change for XVIZ, but retains compatibility with lowercase by forcing a case conversion at the appropriate places within the modules.
Spec change locations:
declarative ui properties
- component type
- layout
- interactions
xviz message
- type
- xviz/start
- session_type
- message_format
- log
- xviz/metadata
- stream metadata
- category
- scalar type, for time_series & variables
- primitive type, for time_series & variables
- annotation_type, for annotations
- stream style
- text_anchor
- text_baseline
- xviz/state_update
- update_type
- xviz/reconfigure
- update_type
10 lines
229 B
JSON
10 lines
229 B
JSON
{
|
|
"title": "Additional Info Type",
|
|
"description": "Which type of additional information you want sent",
|
|
"type": "SELECT",
|
|
"stream": "/system/additional_info/types",
|
|
"onchange": {
|
|
"target": "/system/info/type"
|
|
}
|
|
}
|