Flow Designer

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

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>

On this page

Usage
Work in progress

Properties

Events

Methods

CSS Custom Properties

Previous Next Previous