Skip to Content
✨ Svelte Flow 1.0 is here! Rewritten for Svelte 5 with many new features and improvements.

Align

Source on GitHub 

The Align type contains the values expected by the align prop of the NodeToolbar component

export type Align = 'center' | 'start' | 'end';
Last updated on