Name | Modified | Size | Downloads / 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} />