DataItemBinningAPI.js 750 B

12345678910111213141516171819202122232425
  1. "use strict";
  2. function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
  3. /**
  4. * Licensed Materials - Property of IBM
  5. * IBM Business Analytics (C) Copyright IBM Corp. 2018
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. /**
  9. * @class DataItemBinningAPI
  10. * @hideconstructor
  11. *
  12. * @classdesc
  13. * Represents the binning settings under the data item
  14. */
  15. define([], function () {
  16. var DataItemBinningAPI = function DataItemBinningAPI() {
  17. _classCallCheck(this, DataItemBinningAPI);
  18. };
  19. return DataItemBinningAPI;
  20. });
  21. //# sourceMappingURL=DataItemBinningAPI.js.map