Attachment Data Type
| name | data type | constraints | description |
|---|---|---|---|
| fileSelected | Attachment | ||
| filecontent | string | ||
| editing | boolean | ||
| fileSize | number | required | |
| pathName | string | ||
| descriptor | boolean | ||
| mobile | boolean | ||
| fileModificationDate | number | ||
| fileName | string | ||
| principal | boolean | ||
| iconPath | string | ||
| fullPatch | string | ||
| supportedNewViewer | boolean | ||
| attach | boolean |
Example
{
"fileSelected" : {
"fileSelected" : { },
"filecontent" : "...",
"editing" : true,
"fileSize" : 12345,
"pathName" : "...",
"descriptor" : true,
"mobile" : true,
"fileModificationDate" : 12345,
"fileName" : "...",
"principal" : true,
"iconPath" : "...",
"fullPatch" : "...",
"supportedNewViewer" : true,
"attach" : true
},
"filecontent" : "...",
"editing" : true,
"fileSize" : 12345,
"pathName" : "...",
"descriptor" : true,
"mobile" : true,
"fileModificationDate" : 12345,
"fileName" : "...",
"principal" : true,
"iconPath" : "...",
"fullPatch" : "...",
"supportedNewViewer" : true,
"attach" : true
}