AstroJS/botanjs/src/externs/Astro.Blog.AstroEdit.SmartInput.ICandidateAction.js
2016-02-23 11:25:31 +08:00

9 lines
337 B
JavaScript

/** @constructor */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction = function(){};
/** @type {function} */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.GetCandidates;
/** @type {function} */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.Process;
/** @type {function} */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.Retreat;