InlineContainerConfiguration1

InlineContainerConfiguration1
InlineContainerConfiguration1
JSON Example
{
    "header": {
        "condition": "string",
        "content_alignment": "string",
        "sub_header_widgets": [
            {
                "alignment": "string",
                "label": {
                    "condition": "string",
                    "hover": false,
                    "icons": [
                        {
                            "color": "string",
                            "placement": "string",
                            "size": "number",
                            "size_unit": "string",
                            "tooltip": [
                                {
                                    "condition": "string",
                                    "heading": false,
                                    "text": "string"
                                }
                            ],
                            "type": "string"
                        }
                    ],
                    "navigation": "string",
                    "text": "string"
                },
                "rowspan": 0,
                "separator": false,
                "span": 0,
                "weight": 0,
                "widget_id": "string"
            }
        ],
        "sub_headers": [
            {
                "condition": "string",
                "drilldown_id": "string",
                "field": "string",
                "heading": false,
                "label": {
                    "condition": "string",
                    "hover": false,
                    "icons": [
                        {
                            "color": "string",
                            "placement": "string",
                            "size": "number",
                            "size_unit": "string",
                            "tooltip": [
                                {
                                    "condition": "string",
                                    "heading": false,
                                    "text": "string"
                                }
                            ],
                            "type": "string"
                        }
                    ],
                    "navigation": "string",
                    "text": "string"
                },
                "label_value_separator": "string",
                "navigation": "string",
                "render_configuration": [
                    {
                        "color": "string",
                        "condition": "string",
                        "display_value": "string",
                        "icons": [
                            {
                                "color": "string",
                                "placement": "string",
                                "size": "number",
                                "size_unit": "string",
                                "tooltip": [
                                    {
                                        "condition": "string",
                                        "heading": false,
                                        "text": "string"
                                    }
                                ],
                                "type": "string"
                            }
                        ],
                        "tooltip": [
                            {
                                "condition": "string",
                                "heading": false,
                                "text": "string"
                            }
                        ]
                    }
                ],
                "rowspan": 0,
                "separator": false,
                "span": 0,
                "style": {},
                "type": "string"
            }
        ]
    },
    "labels": [
        "Label Object"
    ],
    "layout": "Layout Object",
    "navigation": "string",
    "widgets": [
        "WidgetItem Object"
    ]
}
header
Optional

Header of a widget that provides additional information. This will be shown at the container level. It includes details as label value pairs.

array of Label
labels
Optional
Constraints: minItems: 0

Labels for the container.

layout
Optional

Represents layout of a container or widget

string
navigation
Optional
Constraints: maxLength: 1024

Hyperlink of the specified UI page that provides details.

array of WidgetItem
widgets
Optional
Constraints: minItems: 0

If not specified, creates an empty container.