dics fixes

This commit is contained in:
Yuri Kuznetsov
2022-06-11 12:56:42 +03:00
parent 9905cfa01b
commit 551427b5a1
3 changed files with 9 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ define('collection', [], function () {
* *
* @name entityType * @name entityType
* @type {string} * @type {string}
* @memberof Espo.Collection.prototype
*/ */
/** /**
@@ -100,6 +101,7 @@ define('collection', [], function () {
* *
* @name length * @name length
* @type {number} * @type {number}
* @memberof Espo.Collection.prototype
*/ */
/** /**
@@ -107,6 +109,7 @@ define('collection', [], function () {
* *
* @name length * @name length
* @type {Espo.Model[]} * @type {Espo.Model[]}
* @memberof Espo.Collection.prototype
*/ */
/** /**

View File

@@ -88,6 +88,7 @@ define('model', [], function () {
* @name entityType * @name entityType
* @property {string} * @property {string}
* @public * @public
* @memberof Espo.Model.prototype
*/ */
/** /**
@@ -96,6 +97,7 @@ define('model', [], function () {
* @name cid * @name cid
* @type {?string} * @type {?string}
* @public * @public
* @memberof Espo.Model.prototype
*/ */
/** /**
@@ -104,6 +106,7 @@ define('model', [], function () {
* @name cid * @name cid
* @type {string} * @type {string}
* @public * @public
* @memberof Espo.Model.prototype
*/ */
/** /**
@@ -112,6 +115,7 @@ define('model', [], function () {
* @name attributes * @name attributes
* @type {Object} * @type {Object}
* @public * @public
* @memberof Espo.Model.prototype
*/ */
/** /**

View File

@@ -46,6 +46,7 @@ define('view', [], function () {
* *
* @name model * @name model
* @type {?Espo.Model} * @type {?Espo.Model}
* @memberof Espo.View.prototype
* @public * @public
*/ */
@@ -54,6 +55,7 @@ define('view', [], function () {
* *
* @name collection * @name collection
* @type {?Espo.Collection} * @type {?Espo.Collection}
* @memberof Espo.View.prototype
* @public * @public
*/ */