chore(core): add missing type to FlowProps interface
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -117,6 +117,7 @@ export interface FlowProps {
|
|||||||
/** @deprecated use {@link ConnectionLineOptions.style} */
|
/** @deprecated use {@link ConnectionLineOptions.style} */
|
||||||
connectionLineStyle?: CSSProperties | null
|
connectionLineStyle?: CSSProperties | null
|
||||||
connectionLineOptions?: ConnectionLineOptions
|
connectionLineOptions?: ConnectionLineOptions
|
||||||
|
connectionRadius?: number
|
||||||
deleteKeyCode?: KeyFilter | null
|
deleteKeyCode?: KeyFilter | null
|
||||||
selectionKeyCode?: KeyFilter | null
|
selectionKeyCode?: KeyFilter | null
|
||||||
multiSelectionKeyCode?: KeyFilter | null
|
multiSelectionKeyCode?: KeyFilter | null
|
||||||
|
|||||||
Reference in New Issue
Block a user