@html-graph/html-graph 3.11.0 → 3.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/html-graph.d.ts +1 -0
- package/dist/html-graph.js +255 -232
- package/dist/html-graph.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/html-graph.d.ts
CHANGED
|
@@ -301,6 +301,7 @@ export declare interface CanvasDefaults {
|
|
|
301
301
|
export declare type CenterFn = (width: number, height: number) => Point;
|
|
302
302
|
|
|
303
303
|
declare interface ConnectablePortsConfig {
|
|
304
|
+
readonly edgeShape?: EdgeShapeConfig;
|
|
304
305
|
readonly connectionTypeResolver?: ConnectionTypeResolver;
|
|
305
306
|
readonly connectionPreprocessor?: ConnectionPreprocessor;
|
|
306
307
|
readonly mouseDownEventVerifier?: MouseEventVerifier;
|