nodeAlias property

String? nodeAlias
getter/setter pair

The reference to the source/destination node of the edge.

This name must be a valid alias of a node element in the same graph. Example, Person node can be a source node name of an edge element Person_to_Address.

Required.

Implementation

core.String? nodeAlias;