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

Position

While PanelPosition can be used to place a component in the corners of a container, the Position enum is less precise and used primarily in relation to edges and handles.

export enum Position { Left = 'left', Top = 'top', Right = 'right', Bottom = 'bottom', }
Last updated on