forked from Botanical/BotanJS
30 lines
868 B
JavaScript
30 lines
868 B
JavaScript
|
/** @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;
|