Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.03 KB

File metadata and controls

21 lines (19 loc) · 1.03 KB

PropertyItem

Properties

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]

Enum: TypeEnum

Name Value
STRING "String"
NUMBER "Number"
DATE "Date"
URL "Url"