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

SnapGrid

The SnapGrid type is used to define the grid size for snapping nodes on the pane.

type SnapGrid = [number, number];
Last updated on