Skip to content

Shapes

In our codebase, we use the term Shape to refer to a generic unit of content that constitutes a presentation slide.

The main kinds of shapes that we currently support are:

  • text
  • vector
  • chart
  • table

All types of shapes share common properties like position and size, but each type corresponds to a specific data structure representing its content and styling.