You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`type`| String | - | No | Must be `"keyValue"`. |
936
+
|`key`| String | - | No | The key text to display. |
937
+
|`value`| String | - | No | The value text to display. |
938
+
|`url`| String |`undefined`| Yes | The URL that will be opened in a new browser tab when clicking on the value text. It can be set to an absolute URL or a relative URL in which case the base URL is `<PROTOCOL>://<HOST>/<MOUNT_PATH>/`. |
939
+
|`isRelativeUrl`| Boolean |`false`| Yes | Set this to `true` when linking to another dashboard page, in which case the base URL for the relative URL will be `<PROTOCOL>://<HOST>/<MOUNT_PATH>/apps/<APP_NAME>/`. |
|`title`| String | No | The title to display in the expandable headline. |
1105
+
|`cloudCodeFunction`| String | No | The Cloud Code Function to call which receives the selected object in the data browser and returns the response to be displayed in the sub-panel. |
0 commit comments