InlineLabelValueConfiguration1

InlineLabelValueConfiguration1
InlineLabelValueConfiguration1
JSON Example
{
    "layout": {
        "properties": {
            "num_columns": 0,
            "num_rows": 0
        },
        "type": "string"
    },
    "navigation": "string",
    "properties": [
        {
            "condition": "string",
            "field": "string",
            "heading": false,
            "label": {
                "condition": "string",
                "hover": false,
                "icons": [
                    {
                        "placement": "string",
                        "tooltip": [
                            {
                                "condition": "string",
                                "heading": false,
                                "text": "string"
                            }
                        ],
                        "type": "string"
                    }
                ],
                "navigation": "string",
                "text": "string"
            },
            "render_configuration": [
                {
                    "color": "string",
                    "condition": "string",
                    "display_value": "string",
                    "icons": [
                        {
                            "placement": "string",
                            "tooltip": [
                                {
                                    "condition": "string",
                                    "heading": false,
                                    "text": "string"
                                }
                            ],
                            "type": "string"
                        }
                    ],
                    "tooltip": [
                        {
                            "condition": "string",
                            "heading": false,
                            "text": "string"
                        }
                    ]
                }
            ],
            "separator": false,
            "type": "string"
        }
    ],
    "sub_type": "string"
}
layout
Optional

Represents layout of a container or widget

string
navigation
Optional

Hyperlink of the specified UI page that provides details.

properties
Required

An array of label-value properties.

string
sub_type
Optional

A sub-type of LabelValueConfiguration. If sub-type is not specified the parent type is rendered. For VERTICALLY_ALIGNED sub_type, the value is placed below the label.