Skip to Content
πŸ“£ We just released Svelte Flow 1.0 Alpha β€” try it out and give us your feedback!
ReferenceTypesXYPosition

XYPosition

All positions are stored in an object with x and y coordinates.

export type XYPosition = { x: number; y: number; };
Last updated on