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"`. |
948
948
|`key`| String | - | No | The key text to display. |
949
-
|`value`| String | Array | - | No | The value text to display. Can be an array of values. |
950
-
|`values`| Array | - | Yes | Additional values to display after `value`. Each item is an object with `value`, optional `url` and `isRelativeUrl`. |
949
+
|`value`| String | - | No | The value text to display. |
951
950
|`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>/`. |
952
951
|`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>/`. |
952
+
|`values`| Array | - | Yes | Additional values to display after `value`. Each item is an object with `value`, optional `url` and `isRelativeUrl`. |
0 commit comments