| Name | Type | Description | Notes |
|---|---|---|---|
| field | String | Represents field value of the property. | |
| separator | Boolean | If true, separates this property in a widget. | [optional] |
| renderConfiguration | List<RenderConfiguration> | Render configuration to be applied, if any. | [optional] |
| type | TypeEnum | Data type of the field. | |
| heading | Boolean | Set to true if the field is a heading. Default is false. | [optional] |
| condition | String | If the condition is met then the property will be displayed. Examples of expression syntax are provided under 'example_request' section of 'CreateWidgetConfiguration' API. | [optional] |
| label | Label | [optional] |
| Name | Value |
|---|---|
| STRING | "String" |
| NUMBER | "Number" |
| DATE | "Date" |
| URL | "Url" |