Edge arrow

  • -arrow-color : The colour of the edge’s source arrow.
  • -arrow-shape : The shape of the edge’s source arrow.
  • -arrow-fill : The fill state of the edge’s source arrow.

For each edge arrow property above, replace with one of

  • source : Pointing towards the source node, at the end of the edge.
  • mid-source : Pointing towards the source node, at the middle of the edge.
  • target : Pointing towards the target node, at the end of the edge.
  • mid-target: Pointing towards the target node, at the middle of the edge.

Only mid arrows are supported on haystack edges. http://js.cytoscape.org/#style/edge-arrow

Hierarchy (view full)

Properties

arrow-scale?: PropertyValueEdge<number>

The size of the arrow.

mid-source-arrow-color?: PropertyValueEdge<string>

The colour of the edge’s "mid-source" arrow.

mid-source-arrow-fill?: PropertyValueEdge<ArrowFill>

The fill state of the edge’s mid-source arrow.

mid-source-arrow-shape?: PropertyValueEdge<ArrowShape>

The shape of the edge’s mid-source arrow.

mid-target-arrow-color?: PropertyValueEdge<string>

The colour of the edge’s "mid-target" arrow.

mid-target-arrow-fill?: PropertyValueEdge<ArrowFill>

The fill state of the edge’s mid-target arrow.

mid-target-arrow-shape?: PropertyValueEdge<ArrowShape>

The shape of the edge’s mid-target arrow.

source-arrow-color?: PropertyValueEdge<string>

The colour of the edge’s source arrow.

source-arrow-fill?: PropertyValueEdge<ArrowFill>

The fill state of the edge’s source arrow.

source-arrow-shape?: PropertyValueEdge<ArrowShape>

The shape of the edge’s source arrow.

target-arrow-color?: PropertyValueEdge<string>

The colour of the edge’s target arrow.

target-arrow-fill?: PropertyValueEdge<ArrowFill>

The fill state of the edge’s target arrow.

target-arrow-shape?: PropertyValueEdge<ArrowShape>

The shape of the edge’s target arrow.