Skip to content

FormattedArray

formatted-array

Description

Processes value as an array of strings or objects. Use template to format each line.

Attributes

  • $template: Template used for each object
{
  "type": "string",
  "$capture": {},
  "$display": {
    "as": "formatted-array"
  },
  "value": "整理者\r\n稼動",
  "title": "Array",
  "$template": "{values.name}"
}