2015-08-14 13:06:23 +00:00
|
|
|
/** @type {Object} */
|
|
|
|
_AstJson_.AJaxGetArticle = {};
|
|
|
|
|
|
|
|
/** @type {Boolean} */
|
|
|
|
_AstJson_.AJaxGetArticle.status;
|
|
|
|
/** @type {String} */
|
2015-08-17 09:44:38 +00:00
|
|
|
_AstJson_.AJaxGetArticle.ref_id;
|
|
|
|
/** @type {String} */
|
|
|
|
_AstJson_.AJaxGetArticle.article_id;
|
2015-08-14 13:06:23 +00:00
|
|
|
/** @type {Object} */
|
|
|
|
_AstJson_.AJaxGetArticle.entry;
|
2015-08-17 09:44:38 +00:00
|
|
|
/** @type {String} */
|
|
|
|
_AstJson_.AJaxGetArticle.entry._id;
|
2015-08-14 13:06:23 +00:00
|
|
|
/** @type {String} */
|
|
|
|
_AstJson_.AJaxGetArticle.entry.slug;
|
|
|
|
/** @type {Boolean} */
|
|
|
|
_AstJson_.AJaxGetArticle.entry.archived;
|
|
|
|
/** @type {String} */
|
|
|
|
_AstJson_.AJaxGetArticle.entry.date_created;
|
|
|
|
/** @type {Boolean} */
|
|
|
|
_AstJson_.AJaxGetArticle.entry.draft;
|
|
|
|
/** @type {Boolean} */
|
|
|
|
_AstJson_.AJaxGetArticle.entry.featured;
|
|
|
|
/** @type {String} */
|
|
|
|
_AstJson_.AJaxGetArticle.entry.date_modified;
|
|
|
|
/** @type {String} */
|
|
|
|
_AstJson_.AJaxGetArticle.entry.date_published;
|
|
|
|
/** @type {Array} */
|
|
|
|
_AstJson_.AJaxGetArticle.entry.tags;
|
2015-09-22 11:31:53 +00:00
|
|
|
/** @type {Array} */
|
|
|
|
_AstJson_.AJaxGetArticle.entry.section;
|
2015-08-14 13:06:23 +00:00
|
|
|
/** @type {String} */
|
|
|
|
_AstJson_.AJaxGetArticle.entry.text;
|
|
|
|
/** @type {String} */
|
|
|
|
_AstJson_.AJaxGetArticle.entry.title;
|