blog.pckt.block.tableCell

pckt.blog

Documentation

main object

No description available.

Properties

colspan integer Optional

Number of columns this cell spans

minimum: 1
content array of union Required

Array of block content (typically text)

Known types:
rowspan integer Optional

Number of rows this cell spans

minimum: 1
View raw schema
{
  "type": "object",
  "required": [
    "content"
  ],
  "properties": {
    "colspan": {
      "type": "integer",
      "minimum": 1,
      "description": "Number of columns this cell spans"
    },
    "content": {
      "type": "array",
      "items": {
        "refs": [
          "blog.pckt.block.text"
        ],
        "type": "union",
        "closed": false
      },
      "description": "Array of block content (typically text)"
    },
    "rowspan": {
      "type": "integer",
      "minimum": 1,
      "description": "Number of rows this cell spans"
    }
  }
}

Lexicon Garden

@