botanjs/src/externs/System.utils.IKey.js
raw ยท 208 bytes
/** @constructor */
System.utils.IKey = function (){}
/** @type {string} */
System.utils.IKey.keyName;
/** @type {object} */
System.utils.IKey.keyValue;
/** @type {Function} */
System.utils.IKey.quickDef;