Spacer

An invisible layout element that reserves grid cells. Use spacers to create gaps or push other controls into specific positions.

Type

"spacer"

Relevant Fields

Inherits all Control Definition. The spacer has no control-specific fields.

Field Type Default Description
span array [1, 1] Number of grid cells to reserve [rows, cols]

Examples

Single-cell gap

{
  "type": "spacer",
  "id": "gap-1",
  "position": [1, 2]
}