TextBox.metadata

Метаданные типа TextBox.

Properties

Name Type Default Description
Multiline Boolean false Разрешен ли многострочный текст
LineCount Integer Максимально видимое количество строк

Examples

{
  "LabelText": "Description",
  "LabelFloating": true,
  "Multiline": true,
  "LineCount": 5,
  "Value": {
    "Source": "dataSource1",
    "Property": "$.Description"
  }
}