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