Flow Component Parts

A flow component consists of the following parts:

  • descriptor.json that describes the flow component and contains meta data about links, references and properties.
  • icon.svg that contains the flow component's icon. This is optional. If it does not exists, a default icon will be displayed.
  • handler.js files containing JavaScript code (ES5) stored under specific directories for the lifecycle of the component or input links.