DockerERTFF/public/dmxAppConnect/config.js

41 lines
683 B
JavaScript

dmx.config({
"start": {
"repeat1": {
"meta": null,
"outputType": "text"
},
"tableRepeat1": {
"meta": [
{
"name": "isSection",
"type": "text"
},
{
"name": "numSection",
"type": "text"
},
{
"name": "txtSection",
"type": "text"
},
{
"name": "wNumSection",
"type": "number"
}
],
"outputType": "text"
}
},
"observationPage": {
"flowClearPoints": {
"meta": [
{
"name": "zzmyTestFunction",
"type": "text"
}
],
"local": {}
}
}
});