forked from Botanical/BotanJS
Astro Classes
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** @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;
|
||||
Reference in New Issue
Block a user