Component Types

This is a link to another document.. This is a link to an external page.

Built-in Component Types

Here below you can see the list of built-in component types, ordered by their position in the Component Type Stack

  • cell - Component for handle <td> and <th> elements
  • row - Component for handle <tr> elements
  • table - Component for handle <table> elements
  • thead - Component for handle <thead> elements
  • tbody - Component for handle <tbody> elements
  • tfoot - Component for handle <tfoot> elements
  • map - Component for handle <a> elements
  • link - Component for handle <a> elements
  • label - Component for handle properly <label> elements
  • video - Component for videos
  • image - Component for images
  • script - Component for handle <script> elements
  • svg - Component for handle SVG elements
  • comment - Component for comments (might be useful for email editors)
  • textnode - Similar to the textnode in DOM definition, so a text element without a tag element.
  • text - A simple text component that can be edited inline
  • wrapper - The canvas need to contain a root component, a wrapper, this component was made to identify it
  • default - Default base component