forked from Botanical/BotanJS
9 lines
337 B
JavaScript
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;
|