layerLongestPathSink property

EnumValue get layerLongestPathSink

Assign layers using longest path sink layering, so that nodes are placed in the latest layer possible possibly resulting in longer links to nodes at the last/deepest layers; a valid value for LayeredDigraphLayout#layeringOption.

Implementation

static _i3.EnumValue get layerLongestPathSink => _i4.getProperty(
      _declaredLayeredDigraphLayout,
      'LayerLongestPathSink',
    );
set layerLongestPathSink (EnumValue value)

Implementation

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