All Products
Search
Document Center

DataV:text

Last Updated:Jun 08, 2026

The text type renders a text input box that supports custom prefixes and suffixes.

Fields

Field Description Data type Required? Remarks
name Display name. string Yes None.
type Must be text. string Yes None.
default Default value. string No Defaults to empty.
prefix Text prefix. string No None.
suffix Text suffix. string No None.
prefixIcon Prefix icon name. string No Example: link.
suffixIcon Suffix icon name. string No Example: link.

Value format

Condition Data type Example Default value
None string "Series 1" ""

Example

Configuration example of a text box
"link": {
    "name": "Link",
    "type": "text",
    "default": "http://datav.aliyun.com",
    "prefixIcon": "link"
  }