/** @constructor Plugin Interface */ Astro.Blog.AstroEdit.IPlugin = function(){}; /** @type {String} */ Astro.Blog.AstroEdit.IPlugin.id; /** @type {Function} */ Astro.Blog.AstroEdit.IPlugin.setFromData; /** @type {Function} */ Astro.Blog.AstroEdit.IPlugin.getData;