botanjs/src/externs/System.utils.EventKey.js
raw ยท 200 bytes
/** @constructor
* @extends {System.utils.IKey}
*/
System.utils.EventKey = function (){};
/** @type {string} */
System.utils.EventKey.type;
/** @type {Function} */
System.utils.EventKey.handler;