ShapingConstants.js 433 B

12345678910111213141516171819
  1. 'use strict';
  2. /**
  3. * Licensed Materials - Property of IBM
  4. * IBM Cognos Products: BI
  5. * (C) Copyright IBM Corp. 2019
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. define([], function () {
  9. return {
  10. DROP_TARGET_OPTIONS: {
  11. NONFILTER: 'nonFilter',
  12. SLOT: 'slot',
  13. FILTER: 'filter'
  14. }
  15. };
  16. });
  17. //# sourceMappingURL=ShapingConstants.js.map