Skip to Content
✨ Svelte Flow 1.0 is here! Rewritten for Svelte 5 with many new features and improvements.

EdgeTypes

Source on GitHub 

The EdgeTypes type is a record that maps edge type identifiers to their corresponding Svelte components. This allows you to define custom edge types and their implementations.

type EdgeTypes = Record<string, SvelteComponent>;
Last updated on