Type Alias TableExpressionChainToDefinition

TableExpressionChainToDefinition: "source" | "destination"

Default: "destination". Applicable when from is an edge result expression. Control which side of the edges in from to chain to. The behavior depends on the direction setting in the from result expression:

  • If from follows edges outwards, direction="outwards" (default), then "source" selects startNode and "destination" selects endNode.
  • If from follows edges inwards, direction="inwards", then "source" selects endNode and "destination" selects startNode.