File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export interface ForceGraphMethods<
135
135
136
136
// Force engine (d3-force) configuration
137
137
d3Force ( forceName : 'link' | 'charge' | 'center' | string ) : ForceFn < NodeObject < NodeType > > | undefined ;
138
- d3Force ( forceName : 'link' | 'charge' | 'center' | string , forceFn : ForceFn < NodeObject < NodeType > > ) : ForceGraphKapsuleInstance ;
138
+ d3Force ( forceName : 'link' | 'charge' | 'center' | string , forceFn : ForceFn < NodeObject < NodeType > > | null ) : ForceGraphKapsuleInstance ;
139
139
d3ReheatSimulation ( ) : ForceGraphKapsuleInstance ;
140
140
141
141
// Render control
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ export interface ForceGraphMethods<
141
141
142
142
// Force engine (d3-force) configuration
143
143
d3Force ( forceName : 'link' | 'charge' | 'center' | string ) : ForceFn < NodeObject < NodeType > > | undefined ;
144
- d3Force ( forceName : 'link' | 'charge' | 'center' | string , forceFn : ForceFn < NodeObject < NodeType > > ) : ForceGraphKapsuleInstance ;
144
+ d3Force ( forceName : 'link' | 'charge' | 'center' | string , forceFn : ForceFn < NodeObject < NodeType > > | null ) : ForceGraphKapsuleInstance ;
145
145
d3ReheatSimulation ( ) : ForceGraphKapsuleInstance ;
146
146
147
147
// Render control
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export interface ForceGraphMethods<
128
128
129
129
// Force engine (d3-force) configuration
130
130
d3Force ( forceName : 'link' | 'charge' | 'center' | string ) : ForceFn < NodeObject < NodeType > > | undefined ;
131
- d3Force ( forceName : 'link' | 'charge' | 'center' | string , forceFn : ForceFn < NodeObject < NodeType > > ) : ForceGraphKapsuleInstance ;
131
+ d3Force ( forceName : 'link' | 'charge' | 'center' | string , forceFn : ForceFn < NodeObject < NodeType > > | null ) : ForceGraphKapsuleInstance ;
132
132
d3ReheatSimulation ( ) : ForceGraphKapsuleInstance ;
133
133
134
134
// Render control
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export interface ForceGraphMethods<
132
132
133
133
// Force engine (d3-force) configuration
134
134
d3Force ( forceName : 'link' | 'charge' | 'center' | string ) : ForceFn < NodeObject < NodeType > > | undefined ;
135
- d3Force ( forceName : 'link' | 'charge' | 'center' | string , forceFn : ForceFn < NodeObject < NodeType > > ) : ForceGraphKapsuleInstance ;
135
+ d3Force ( forceName : 'link' | 'charge' | 'center' | string , forceFn : ForceFn < NodeObject < NodeType > > | null ) : ForceGraphKapsuleInstance ;
136
136
d3ReheatSimulation ( ) : ForceGraphKapsuleInstance ;
137
137
138
138
// Render control
You can’t perform that action at this time.
0 commit comments