Skip to Content
React Flow Pro is now integrated into reactflow.dev! Read more here →
ReferenceTypes

XYPosition

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

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