Download Latest Version 0.30.0 source code.zip (801.0 kB)
Email in envelope

Get an email when there's a new version of Sequential Workflow Designer

Home / v0.16.8
Name Modified Size InfoDownloads / Week
Parent folder
0.16.8 source code.tar.gz 2023-10-08 554.2 kB
0.16.8 source code.zip 2023-10-08 706.1 kB
README.md 2023-10-08 437 Bytes
Totals: 3 Items   1.3 MB 0

Svelte package supports now native editors. If you want to use JavaScript/TypeScript code to create editors, you can do it now. Of course, you can still use Svelte components as editors.

:::svelte
<SequentialWorkflowDesigner ...
  stepEditor={StepEditor}
  rootEditor={RootEditor} />

<SequentialWorkflowDesigner ...
  nativeStepEditor={nativeStepEditor}
  nativeRootEditor={nativeRootEditor} />
Source: README.md, updated 2023-10-08