DockerERTFF/public/dmxAppConnect/config.js

79 lines
1.3 KiB
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": {}
},
"processPDF": {
"meta": [
{
"name": "PDFprocess",
"type": "text"
}
],
"local": {}
}
},
"index": {
"global": [
{
"type": "text",
"name": "file"
}
],
"flowRunPageId": {
"meta": [
{
"name": "setRunPageId",
"type": "text"
}
],
"local": {}
},
"flowrunPageId": {
"meta": [
{
"name": "setRunPageId",
"type": "text"
}
],
"local": {}
},
"runPageId": {
"outputType": "text"
}
}
});