desktop |
Object |
An object containing data of JavaScript and CSS files for the desktop. |
desktop.css |
Array |
An array listing data of CSS files for desktop. |
desktop.css[].file |
Object |
An Object containing data of an uploaded CSS file. |
desktop.css[].file.contentType |
String |
The MIME type of the uploaded CSS file. |
desktop.css[].file.fileKey |
String |
The fileKey of the uploaded CSS file. |
desktop.css[].file.name |
String |
The file name of the uploaded CSS file. |
desktop.css[].file.size |
String |
The byte size of the uploaded CSS file. |
desktop.css[].type |
String |
The end-point type of the CSS file:- URL: the CSS file is specified with a URL.
- FILE: the CSS file is uploaded to the app.
|
desktop.css[].url |
String |
The URL of the CSS file. |
desktop.js |
Array |
An array listing data of JavaScript files. |
desktop.js[].file |
Object |
An Object containing data of an uploaded JavaScript file. |
desktop.js[].file.contentType |
String |
The MIME type of the uploaded JavaScript file. |
desktop.js[].file.fileKey |
String |
The fileKey of the uploaded JavaScript file. |
desktop.js[].file.name |
String |
The file name of the uploaded JavaScript file. |
desktop.js[].file.size |
String |
The byte size of the uploaded JavaScript file. |
desktop.js[].type |
String |
The end-point type of the JavaScript file:- URL: the JavaScript file is specified with a URL.
- FILE: the JavaScript file is uploaded to the app.
|
desktop.js[].url |
String |
The URL of the JavaScript file. |
mobile |
Object |
An object containing data of JavaScript and CSS files for the mobile. |
mobile.css |
Array |
An array listing data of CSS files for mobile. |
mobile.css[].file |
Object |
An Object containing data of an uploaded CSS file. |
mobile.css[].file.contentType |
String |
The MIME type of the uploaded CSS file. |
mobile.css[].file.fileKey |
String |
The fileKey of the uploaded CSS file. |
mobile.css[].file.name |
String |
The file name of the uploaded CSS file. |
mobile.css[].file.size |
String |
The byte size of the uploaded CSS file. |
mobile.css[].type |
String |
The end-point type of the CSS file:- URL: the CSS file is specified with a URL.
- FILE: the CSS file is uploaded to the app.
|
mobile.css[].url |
String |
The URL of the CSS file. |
mobile.js |
Array |
An array listing data of JavaScript files. |
mobile.js[].file |
Object |
An Object containing data of an uploaded JavaScript file. |
mobile.js[].file.contentType |
String |
The MIME type of the uploaded JavaScript file. |
mobile.js[].file.fileKey |
String |
The fileKey of the uploaded JavaScript file. |
mobile.js[].file.name |
String |
The file name of the uploaded JavaScript file. |
mobile.js[].file.size |
String |
The byte size of the uploaded JavaScript file. |
mobile.js[].type |
String |
The end-point type of the JavaScript file:- URL: the JavaScript file is specified with a URL.
- FILE: the JavaScript file is uploaded to the app.
|
mobile.js[].url |
String |
The URL of the JavaScript file. |
revision |
String |
The revision number of the app settings. |
scope |
String |
The scope of customization- ALL: Affect all users
- ADMIN: Affect only app administrators
- NONE: Disable
|