DockerERTFF/public/dmxAppConnect/config.js

45 lines
739 B
JavaScript

dmx.config({
"main": {
"datastore1": [
{
"type": "boolean",
"name": "dirty"
}
]
},
"index": {
"datastore1": [
{
"type": "text",
"name": "da_fullName"
},
{
"type": "text",
"name": "da_driverLicense"
},
{
"type": "text",
"name": "da_driverLicenseState"
}
],
"dataID": {
"outputType": "text"
},
"DSflow1": {
"meta": {},
"local": [
{
"name": "DSConfirm",
"type": "boolean",
"metaData": {
"confirmMessage": {
"meta": null,
"outputType": "text"
}
}
}
]
}
}
});