AstroJS/botanjs/src/externs/Components.Vim.IAction.js

13 lines
285 B
JavaScript
Raw Normal View History

2016-03-14 21:22:37 +00:00
/** @constructor */
Components.Vim.IAction = function(){};
/** @type Function */
Components.Vim.IAction.dispose;
/** @type Function */
Components.Vim.IAction.handler;
/** @type Function */
Components.Vim.IAction.getMessage;
/** @type Boolean */
Components.Vim.IAction.allowMovement;