penguin/AstroJS

Javascript framework for my blog

botanjs/src/externs/_AstJson_.AJaxGetArticle.js

raw ยท 987 bytes

/** @type {Object} */
_AstJson_.AJaxGetArticle = {};

/** @type {Boolean} */
_AstJson_.AJaxGetArticle.status;
/** @type {String} */
_AstJson_.AJaxGetArticle.ref_id;
/** @type {String} */
_AstJson_.AJaxGetArticle.article_id;
/** @type {Object} */
_AstJson_.AJaxGetArticle.entry;
	/** @type {String} */
	_AstJson_.AJaxGetArticle.entry._id;
	/** @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;