botanjs/src/externs/Astro.Blog.AstroEdit.SmartInput.ICandidateAction.js
raw ยท 475 bytes
/** @constructor */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction = function(){};
/** @type {function(function(...?): void): void} */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.prototype.GetCandidates;
/** @type {function(string): void} */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.prototype.Process;
/** @type {function(Astro.Blog.AstroEdit.SmartInput.ICandidateAction, Event): boolean} */
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.prototype.Retreat;