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

NodeTypes

Source on GitHub 

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

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