AstroJS/botanjs/src/externs/Components.Vim.IAction.js
斟酌 鵬兄 e52c312af5 added g8, v ( hightlight only )
Some structural changes on VimControls
2016-03-22 02:08:07 +08:00

13 lines
285 B
JavaScript

/** @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;