allow null and correct behavior

This commit is contained in:
Alessandro
2025-08-11 13:02:16 +02:00
parent d8808e09e6
commit 4c389117b7
4 changed files with 50 additions and 6 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ export enum ConnectionLineType {
*/
export type EdgeMarker = {
type: MarkerType | `${MarkerType}`;
color?: string;
color?: string | null;
width?: number;
height?: number;
markerUnits?: string;