update: pass store state as props to edge-renderer and edge
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -58,12 +58,12 @@ export interface MiniMapNodeProps {
|
||||
}
|
||||
|
||||
export interface EdgeTextProps {
|
||||
x: number
|
||||
y: number
|
||||
x?: number
|
||||
y?: number
|
||||
label?:
|
||||
| string
|
||||
| {
|
||||
component: Component | DefineComponent
|
||||
component: any
|
||||
props?: Record<string, any>
|
||||
}
|
||||
labelStyle?: CSSProperties
|
||||
|
||||
Reference in New Issue
Block a user