LabelValue Property
Represents a label-value pair.
Name | Description | Type | Notes |
---|---|---|---|
condition | Expression for evaluating condition If the condition is met then the property will be displayed. Examples of expression syntax are provided under 'example_request' section of 'CreateWidgetConfiguration' API. |
string | Maximum length: 1024 |
field | Field of the Property Represents field value of the property. |
string | Required Maximum length: 1024 |
heading | If true, represents the field as a heading Set to true if the field is a heading. Default is false. |
boolean | Default: "False" |
label | Label of the property If a field represents a heading, then label is not needed |
Label | |
navigation | Navigation to a specified UI page Hyperlink of the specified UI page that provides details. This will be linked with value of the property. |
string | Maximum length: 1024 |
render_configuration | Render Configuration Render configuration to be applied, if any. |
array of RenderConfiguration | |
separator | A separator after this property If true, separates this property in a widget. |
boolean | Default: "False" |
type | field data type Data type of the field. |
string | Required Enum: String, Number, Date, Url Maximum length: 255 Default: "String" |