JSON structure
"columns": [
{
"@type": "echoOutputColumn",
"header": "head",
"value" : "echo value",
"prefix": "",
"suffix": ""
},
Property details
| Property | Values | Default Value |
|---|---|---|
| header | String - Header of column | |
| value | String - Value to put in rows | |
| prefix | String - a prefix to add to all levels | |
| suffix | String - a suffix to add to all levels |