Configures text in popup elements.
Referenced by: popupElement
Properties
| Property | Details | 
|---|---|
| text | String value indicating the text to be displayed within the popupElement. If no text property is provided, the popupElement will display whatever is set in the popupInfo.description property. | 
| type | Valid value of this property text | 
Example
{
  "type": "text",
  "text": "Some descriptive text describing the popup."
}