Configures fields in popup elements.
Referenced by: popupElement
Properties
| Property | Details | 
|---|---|
| attributes | A dictionary of key value pairs representing attributes to be used instead of fields and their values. This property is only used when an element of type fieldsis being returned inside an element of typeexpressionand should be returned as part of the arcade expression itself. This property allows passing arcade derived attribute values intofieldselements. More details can be found here. | 
| description | An optional string value describing the element in detail. | 
| fieldInfos[] | It is an array of fieldInfoobjects representing a field/value pair displayed as a table within the popupElement. If thefieldInfosproperty is not provided, the popupElement will display whatever is specified directly in thepopupInfo.fieldInfosproperty. | 
| title | An optional string value indicating what the element represents. | 
| type | Specifies the type of element. Valid value of this property fields | 
Example
{
  "fieldInfos": [
    {
      "fieldName": "rotation",
      "visible": true,
      "isEditable": true,
      "label": "rotation"
    }
  ],
  "type": "fields"
}