botanjs/src/externs/System.utils.EventKey.js
raw ยท 298 bytes
/** @constructor
* @extends {System.utils.IKey}
* @param {string} key
* @param {function(Event): *} callback
*/
System.utils.EventKey = function (key, callback){};
/** @type {string} */
System.utils.EventKey.prototype.type;
/** @type {Function} */
System.utils.EventKey.prototype.handler;