dataTray.json 619 B

123456789101112131415161718
  1. {
  2. "copyright": "Licensed Materials - Property of IBM. IBM Cognos Products: BI Cloud(C) Copyright IBM Corp. 2017. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.",
  3. "features": [
  4. {
  5. "id": "com.ibm.bi.dashboard.dataTray",
  6. "collectionItems": [
  7. {
  8. "containerId": "com.ibm.bi.dashboard.canvasExtension",
  9. "id": "com.ibm.bi.dashboard.dataTray.layoutExtension",
  10. "name": "dataTray",
  11. "position": "splitter",
  12. "order": "10",
  13. "class": "dashboard-core/js/dashboard/views/datatray/DataGridView"
  14. }
  15. ]
  16. }
  17. ]
  18. }