Skip to Content
📣 We just released Svelte Flow 1.0 Alpha — try it out and give us your feedback!

SnapGrid

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

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