12345678910111213141516171819202122232425 |
- "use strict";
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
- /**
- * Licensed Materials - Property of IBM
- * IBM Business Analytics (C) Copyright IBM Corp. 2018
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- /**
- * @class DataItemBinningAPI
- * @hideconstructor
- *
- * @classdesc
- * Represents the binning settings under the data item
- */
- define([], function () {
- var DataItemBinningAPI = function DataItemBinningAPI() {
- _classCallCheck(this, DataItemBinningAPI);
- };
- return DataItemBinningAPI;
- });
- //# sourceMappingURL=DataItemBinningAPI.js.map
|