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:
- TextElement
- ImageElement
- SVGElement
- LineElement
- FigureElement
- GifElement
- VideoElement
- TableElement
- GroupElement
JSON Schema
{
"oneOf": [
{
"type": "text"
},
{
"type": "image"
},
{
"type": "svg"
},
{
"type": "line"
},
{
"type": "figure"
},
{
"type": "gif"
},
{
"type": "video"
},
{
"type": "table"
},
{
"type": "group"
}
]
}