InlineFeatures.js 778 B

12345678910111213141516171819202122
  1. 'use strict';
  2. /**
  3. * Licensed Materials - Property of IBM
  4. * IBM Cognos Products: BI Cloud (C) Copyright IBM Corp. 2018, 2019
  5. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. *
  7. */
  8. define([], function () {
  9. 'use strict';
  10. // Temporary array of live widget feature specs. This can be used to quickly test a live widget feature without adding to the perspective collection
  11. // Example:
  12. // {
  13. // "containerId": "com.ibm.bi.dashboard.live-features",
  14. // "name": "summaryFeature",
  15. // "id": "com.ibm.bi.dashboard.live-features.summaryFeature",
  16. // "class": "dashboard-analytics/widgets/livewidget/features/summary/SummaryFeature"
  17. // }
  18. return [];
  19. });
  20. //# sourceMappingURL=InlineFeatures.js.map