Skip to Content
💡 Legacy Notice: You're viewing Svelte Flow for Svelte 4. For the latest documentation, click here.
ReferenceTypesXYPosition

XYPosition

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

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