forked from Botanical/BotanJS
12 lines
208 B
JavaScript
12 lines
208 B
JavaScript
/** @constructor */
|
|
System.utils.IKey = function (){}
|
|
|
|
/** @type {string} */
|
|
System.utils.IKey.keyName;
|
|
|
|
/** @type {object} */
|
|
System.utils.IKey.keyValue;
|
|
|
|
/** @type {Function} */
|
|
System.utils.IKey.quickDef;
|