To make the functionality of a code block or Fectar Snippet more clear, a description can be added to the code. It will automatically appear in the property pane of the code spot. If exported as a snippet (.js file). It will also appear in the filemanager once the snippet is selected: To add a description, add a jsdoc style comment to the code with the following fields:
- description
- title
For example:
/**
* @title{Demo Snippet}
* @description{Demo snippet demonstrating all possible types of exportable property types.}
*/
This will appear in the property pane of the code spot.