InlineContainerConfiguration1

InlineContainerConfiguration1
InlineContainerConfiguration1
JSON Example
{
    "labels": [
        {
            "condition": "string",
            "hover": false,
            "icons": [
                {
                    "placement": "string",
                    "tooltip": [
                        {
                            "condition": "string",
                            "heading": false,
                            "text": "string"
                        }
                    ],
                    "type": "string"
                }
            ],
            "navigation": "string",
            "text": "string"
        }
    ],
    "layout": {
        "properties": {
            "num_columns": 0,
            "num_rows": 0
        },
        "type": "string"
    },
    "navigation": "string",
    "span": 0,
    "widgets": [
        {
            "alignment": "string",
            "label": {
                "condition": "string",
                "hover": false,
                "icons": [
                    {
                        "placement": "string",
                        "tooltip": [
                            {
                                "condition": "string",
                                "heading": false,
                                "text": "string"
                            }
                        ],
                        "type": "string"
                    }
                ],
                "navigation": "string",
                "text": "string"
            },
            "separator": false,
            "weight": 0,
            "widget_id": "string"
        }
    ]
}
array of Label
labels
Optional

Labels for the container.

layout
Optional

Represents layout of a container or widget

string
navigation
Optional

Hyperlink of the specified UI page that provides details.

integer As int32 As int32
span
Optional

Represents the horizontal span of the container.

array of WidgetItem
widgets
Optional

If not specified, creates an empty container.