Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 512 Bytes

File metadata and controls

38 lines (30 loc) · 512 Bytes

Cell.metadata

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

Properties

Name Type Default Description
ColumnSpan Integer 1 Размер ячейки

Example

{
    "Cell": {
      "ColumnSpan": 2,
      "Items": [
        {
          "Label": {
            "Value": "Cell text"
          }
        }
      ]
    }
}