mind-elixir.arrow.style
Home > mind-elixir > Arrow > style
Arrow.style property
style properties for the arrow
Signature:
style?: {
stroke?: string;
strokeWidth?: string | number;
strokeDasharray?: string;
strokeLinecap?: 'butt' | 'round' | 'square';
opacity?: string | number;
labelColor?: string;
};