diff --git a/types/cytoscape/index.d.ts b/types/cytoscape/index.d.ts index caf5ec6d2e..7eb1972403 100644 --- a/types/cytoscape/index.d.ts +++ b/types/cytoscape/index.d.ts @@ -1,10 +1,11 @@ -// Type definitions for Cytoscape.js 3.4 +// Type definitions for Cytoscape.js 3.8 // Project: http://js.cytoscape.org/ // Definitions by: Fabian Schmidt and Fred Eisele // Shenghan Gao // Yuri Pereira Constante // Jan-Niclas Struewer // Cerberuser +// Andrej Kirejeŭ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // // Translation from Objects in help to Typescript interface. @@ -3806,8 +3807,7 @@ declare namespace cytoscape { */ "edge-distances": "intersection" | "segment-weights" | "node-position"; } - type ArrowShape = "tee" | "triangle" | "triangle-tee" | "triangle-backcurve" | "square" | "circle" | "diamond" | "none"; - + type ArrowShape = "tee" | "vee" | "triangle" | "triangle-tee" | "triangle-cross" | "triangle-backcurve" | "square" | "circle" | "diamond" | "chevron" | "none"; type ArrowFill = "filled" | "hollow"; /**