File tree Expand file tree Collapse file tree 3 files changed +29
-7
lines changed Expand file tree Collapse file tree 3 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 6
6
Props
7
7
-----
8
8
9
+ ### ` allowForeignObjects ` (required)
10
+
11
+ type: ` bool `
12
+
13
+
9
14
### ` attributes `
10
15
11
16
type: ` object `
@@ -28,6 +33,17 @@ type: `string`
28
33
type: ` object `
29
34
30
35
36
+ ### ` nodeLabelComponent `
37
+
38
+ type: ` object `
39
+ defaultValue: ` null `
40
+
41
+
42
+ ### ` nodeSize ` (required)
43
+
44
+ type: ` object `
45
+
46
+
31
47
### ` nodeSvgShape ` (required)
32
48
33
49
type: ` object `
@@ -46,7 +62,6 @@ type: `func`
46
62
### ` onMouseOver ` (required)
47
63
48
64
type: ` func `
49
- defaultValue: ` undefined `
50
65
51
66
52
67
### ` orientation ` (required)
@@ -76,11 +91,6 @@ defaultValue: `{
76
91
type: ` object `
77
92
78
93
79
- ### ` textAnchor `
80
-
81
- defaultValue: ` 'start' `
82
-
83
-
84
94
### ` textLayout ` (required)
85
95
86
96
type: ` object `
Original file line number Diff line number Diff line change 6
6
Props
7
7
-----
8
8
9
+ ### ` allowForeignObjects `
10
+
11
+ type: ` bool `
12
+ defaultValue: ` false `
13
+
14
+
9
15
### ` circleRadius `
10
16
11
17
type: ` number `
@@ -35,6 +41,12 @@ type: `number`
35
41
defaultValue: ` undefined `
36
42
37
43
44
+ ### ` nodeLabelComponent `
45
+
46
+ type: ` object `
47
+ defaultValue: ` null `
48
+
49
+
38
50
### ` nodeSize `
39
51
40
52
type: ` shape[object Object] `
You can’t perform that action at this time.
0 commit comments