File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 11/**
2- * modifyOrAddFileToDataObject
3- * @typedef {Object} ModResult
4- * @property {boolean} ModResult.result Result of the function execution.
5- * @property {boolean} ModResult.isAdd True if the file has been added, false - updated.
6- * @property {ScriptJson} ModResult.data The new ScriptJson with the updated source code.
7- */
8- /**
9- * updateScriptContentV3
2+ * _getScriptContent
103 * @typedef {Object} ScriptJson
114 * @property {Array.<EntityFileData>} files Array of objects with information about files.
125 */
136/**
7+ * _addFileToUserJson
148 * @typedef {Object} EntityFileData
159 * @property {string} id Unique file id.
1610 * @property {string} name User-defined file name without extension.
1711 * @property {string} type File type (example, `'json'`, `'server_js'` or `'html'`).
1812 * @property {string} source Source-code or text content of the file.
1913 */
20-
2114/**
22- * IO_GetScriptFiles
15+ * getScriptFiles
2316 * @typedef {Object} ListItem
2417 * @property {string} name User-defined file name without extension.
2518 * @property {string} type File type (example, `'json'`, `'server_js'` or `'html'`).
You can’t perform that action at this time.
0 commit comments