1234567891011121314151617181920212223242526272829 |
- {
- "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": "WidgetPropertiesProvider",
- "id": "com.ibm.bi.dashboard.content-features.widgetPropertiesProvider",
- "class": "dashboard-core/js/features/content/widgetProperties/WidgetPropertiesProvider",
- "types":["widget"],
- "dependencies": ["Properties"]
- },
- {
- "id": "com.ibm.bi.dashboard.features.propertyCallbacks",
- "containerId": "com.ibm.bi.dashboard.features",
- "name": "PropertyCallbacks",
- "class": "dashboard-core/js/features/dashboard/propertyCallbacks/PropertyCallbacks",
- "runtimeDependencies": ["UserProfile", "Transaction"]
- },
- {
- "containerId": "com.ibm.bi.dashboard.features",
- "name": "Properties",
- "id": "com.ibm.bi.dashboard.features.properties",
- "class": "dashboard-core/js/features/common/properties/api/impl/Properties",
- "dependencies":["API", "PropertyCallbacks"]
- }
- ]
- }]
- }
|