InlineLabelValueConfiguration1

InlineLabelValueConfiguration1
InlineLabelValueConfiguration1
JSON Example
{
    "layout": {
        "properties": {
            "num_columns": 0,
            "num_rows": 0
        },
        "type": "string"
    },
    "navigation": "string",
    "properties": [
        "PropertyItem Object"
    ],
    "sub_type": "string"
}
layout
Optional

Represents layout of a container or widget

string
navigation
Optional
Constraints: maxLength: 1024

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. For HORIZONTALLY_ALIGNED sub_type, the value is placed right hand side of the label.

Possible values are : VERTICALLY_ALIGNED, HORIZONTALLY_ALIGNED,