Skip to main content

Low Code in Five

Last Updated 3/03/2022

Introduction

Five's Low-Code editor holds a library of blocks that can be used to create functionality in your application. The blocks represent code concepts such as variables, conditional logic, loops and additional concepts for you to get the most out of your functions without needing to code. The blocks interlock with each other to create your code block.

Using our low-code editor gives a visual way to build code. The interactive, visual coding will export to JavaScript which you can see by clicking the Convert to JavaScript tab.

Five's Low-Code editor stores all the blocks available to use in the side toolbar. Selecting a category and dragging the blocks onto the workspace allows you to interlock the blocks to start building your code.

Five's Blocks

Five's Low-Code Editor holds numerous blocks which are divided into the following categories:

  • Five
  • Logic
  • Loops
  • Math
  • Text
  • Lists
  • Variables
  • Functions
  • Values

Overview of Five's Low-Code Editor

The following documentation is to explain how to use Five's Low-Code Editor.

Low-Code Editor design