layerLongestPathSource property

EnumValue layerLongestPathSource

Assign layers using longest path source layering, so that nodes without any predecessors are placed in the first layer possibly resulting in longer links from nodes at the first/shallowest layers; a valid value for LayeredDigraphLayout#layeringOption.

Implementation

static _i3.EnumValue get layerLongestPathSource => _i4.getProperty(
      _declaredLayeredDigraphLayout,
      'LayerLongestPathSource',
    );
void layerLongestPathSource=(EnumValue value)

Implementation

static set layerLongestPathSource(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredLayeredDigraphLayout,
    'LayerLongestPathSource',
    value,
  );
}