AstroJS/botanjs/src/externs/Astro.Blog.AstroEdit.SmartInput.ICandidateAction.js

9 lines
337 B
JavaScript
Raw Normal View History

/** @constructor */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction = function(){};
/** @type {function} */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.GetCandidates;
/** @type {function} */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.Process;
2016-02-23 03:25:31 +00:00
/** @type {function} */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.Retreat;