HistoryList

Propriedade
Descrição
Templates HistoryList Disponíveis



Atualizado




Atualizado
"pageContent": {
"background": "#ffffff",
"template": "PIZZA",
"totalPages": 1,
"currentPage": 1,
"hasGroupBy": true/false,
"HistoryList": [
{
"template": "PIZZA",
"name": "",
"background": "#ffffff",
"color": "#ffffff",
"reference": "xxx",
"minRefValue": "0,5",
"maxRefValue": "1,1",
"actionDefault": 0,
"actions": [...],
"resultList": [
{"title": "", "value": "", "color": "",}
]
},
{
"template": "PIZZA",
"order": "0",
"name": "",
"reference": "xxx",
"minRefValue": "0,5",
"maxRefValue": "1,1",
"resultList": [...]
}
]
}"pageContent":
"contentList": [
{
"background": "#ffffff",
"totalPages": 1,
"currentPage": 1,
"title":"Aba 1",
"hasGroupBy": true/false,
"HistoryList": [
{...},
{...},
]
},
{
"background": "#ffffff",
"totalPages": 1,
"currentPage": 1,
"title":"Aba 2",
"hasGroupBy": true/false,
"HistoryList": [
{...},
{...},
]
}
]