Home Components Flow Designer
Flow Designer Work in progress
Overview Playground API
Flow Designer is a component that allows users to create and edit flows.
Usage

  <goat-flow-designer id="workflow-editor"></goat-flow-designer>

  <script>
    const workflowEditor = document.querySelector('#workflow-editor');
    workflowEditor.data = [
      {
        'name': 'new-github-issue',
        'title': 'New issue in github',
        type: 'activity',
      }, {
        'name': 'new-github-issue',
        'title': 'New issue in github',
        type: 'activity',
      },
    ];
  </script>
Usage
Work in progress
Properties
Events
Methods
CSS Custom Properties
Previous Next