propertiesProviderFeatures_livewidget_core.json 1.0 KB

12345678910111213141516171819202122232425
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2019. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "features": [{
  4. "id": "com.ibm.bi.dashboard",
  5. "collectionItems": [
  6. {
  7. "containerId": "com.ibm.bi.dashboard.content-features",
  8. "name": "VisPropertyProvider",
  9. "id": "com.ibm.bi.dashboard.content-features.VisPropertyProvider",
  10. "class": "dashboard-analytics/features/content/visPropertyProvider/VisPropertyProvider",
  11. "types":["widget.live"],
  12. "dependencies": ["Properties"]
  13. },
  14. {
  15. "containerId": "com.ibm.bi.dashboard.content-features",
  16. "name": "ViprPropertyProvider",
  17. "id": "com.ibm.bi.dashboard.content-features.visualizationProperties",
  18. "class": "dashboard-analytics/features/content/viprPropertyProvider/ViprPropertyProvider",
  19. "types":["widget.live"],
  20. "dependencies": ["Properties", "Visualization", "LiveWidgetSegment"],
  21. "runtimeDependencies": ["LiveWidgetSegment"]
  22. }
  23. ]
  24. }]
  25. }