Merge pull request #2159 from RunDevelopment/issue2158

Added `connectionLineContainerStyle` property
This commit is contained in:
Moritz Klack
2022-05-22 14:21:26 +02:00
committed by GitHub
6 changed files with 40 additions and 14 deletions
+1
View File
@@ -86,6 +86,7 @@ export interface ReactFlowProps extends HTMLAttributes<HTMLDivElement> {
connectionLineType?: ConnectionLineType;
connectionLineStyle?: CSSProperties;
connectionLineComponent?: ConnectionLineComponent;
connectionLineContainerStyle?: CSSProperties;
deleteKeyCode?: KeyCode | null;
selectionKeyCode?: KeyCode | null;
multiSelectionKeyCode?: KeyCode | null;