12345678910111213141516171819202122232425 |
- {
- "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.",
- "features": [{
- "id": "com.ibm.bi.dashboard",
- "collectionItems": [
- {
- "containerId": "com.ibm.bi.dashboard.content-features",
- "name": "VisPropertyProvider",
- "id": "com.ibm.bi.dashboard.content-features.VisPropertyProvider",
- "class": "dashboard-analytics/features/content/visPropertyProvider/VisPropertyProvider",
- "types":["widget.live"],
- "dependencies": ["Properties"]
- },
- {
- "containerId": "com.ibm.bi.dashboard.content-features",
- "name": "ViprPropertyProvider",
- "id": "com.ibm.bi.dashboard.content-features.visualizationProperties",
- "class": "dashboard-analytics/features/content/viprPropertyProvider/ViprPropertyProvider",
- "types":["widget.live"],
- "dependencies": ["Properties", "Visualization", "LiveWidgetSegment"],
- "runtimeDependencies": ["LiveWidgetSegment"]
- }
- ]
- }]
- }
|