AstroJS/botanjs/src/externs/_AstJson_.AJaxGetArticle.js

30 lines
868 B
JavaScript
Raw Normal View History

2015-08-14 13:06:23 +00:00
/** @type {Object} */
_AstJson_.AJaxGetArticle = {};
/** @type {Boolean} */
_AstJson_.AJaxGetArticle.status;
/** @type {String} */
_AstJson_.AJaxGetArticle.backup;
/** @type {Object} */
_AstJson_.AJaxGetArticle.entry;
/** @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;
/** @type {String} */
_AstJson_.AJaxGetArticle.entry.text;
/** @type {String} */
_AstJson_.AJaxGetArticle.entry.title;