Representation of a tab in the User Interface.
Properties
|
Property |
Possible Values |
Example |
Description |
|---|---|---|---|
|
id |
string |
VCR-xd |
External Id of the view. |
|
title |
string |
News Ingest |
Custom label of the view, will be displayed as a label on the UI tabs. |
|
index |
integer |
0 |
Sorting index of the tabs in the UI. |
|
groups |
ClientGroup[] |
|
List of attached ClientGroups. |
Example JSON Snippet
[
{
"id": "VCR-xd",
"title": "News Ingest",
"index": 0,
"groups": []
},
{
"id": "VCR-NP",
"title": "Live Ingest",
"index": 2,
"groups": []
}
]