uawdijnntqw1x1x1
IP : 18.217.55.199
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
axolotl
/
data
/
www
/
msk.axolotls.ru
/
bitrix
/
js
/
landing
/
imageuploader
/
src
/
..
/
..
/
typedef.js
/
/
/** * @typedef {object} blockOptions * @property {number|string} id * @property {boolean} active * @property {blockManifest} manifest * @property {string} access * @property {number} siteId * @property {number} lid * @property {?object} requiredUserAction * @property {string|number} anchor * @property {?object} dynamicParams */ /** * @typedef {object} blockManifest * @property {{name: string}} block * @property {string} code * @property {string} namespace * @property {?object.<string, nodeManifest>} [nodes] * @property {?object.<string, cardManifest>} [cards] * @property {?object.<string, string>} [groups] * @property {string} [formDescription] * @property {string} [attrsFormDescription] */ /** * @typedef {object} nodeManifest * @property {string} code - Code of node * @property {string} handler - Name of node constructor * @property {string} name - Name of node * @property {string} type - Type of node * @property {boolean} allowInlineEdit - Allows inline edit * @property {boolean} [skipDom] * @property {string} [group] * @property {object} [extend] * @property {string[]} [extend.attrs] * @property {imageDimensions} [dimensions] * @property {boolean} [allowFormEdit = false] */ /** * @typedef {object} imageDimensions * @property {number} width * @property {number} height */ /** * @typedef {object} cardManifest * @property {string} name - Card name * @property {string} [label] - Card label in edit form * @property {object} [presets] * @property {array} [presets.disallow] * @property {string} [formDescription] * @property {array|string} */ /** * @typedef {object} nodeOptions * @property {HTMLElement} node - Node element * @property {nodeManifest} manifest - Node manifest * @property {string} selector - Node selector * @property {boolean} allowInlineEdit - Allows inline edit * @property {function} [onChange] - Function that will be called if contents change * @property {function} [onDesignShow] - Function that will be called if need open design panel * @property {function} [onChangeOptions] * @property {object} [uploadParams] */ /** * @typedef {object} addBlockResponse * @property {int} id * @property {string} content * @property {string} content_ext * @property {array.<string>} js * @property {array.<string>} css * @property {blockManifest} manifest */
/var/www/axolotl/data/www/msk.axolotls.ru/bitrix/js/landing/imageuploader/src/../../typedef.js