Polotno
Design Format

Element

Documentation for the Element type in the Polotno design JSON Schema.

Type Information

Base Type: union

Variants

A value of this type is one of:

JSON Schema

{
  "oneOf": [
    {
      "type": "text"
    },
    {
      "type": "image"
    },
    {
      "type": "svg"
    },
    {
      "type": "line"
    },
    {
      "type": "figure"
    },
    {
      "type": "gif"
    },
    {
      "type": "video"
    },
    {
      "type": "table"
    },
    {
      "type": "group"
    }
  ]
}

On this page