cycleRemoveOption property
EnumValue
get
cycleRemoveOption
Gets or set which cycle removal option is used. The value must be one of the following values: LayeredDigraphLayout.CycleDepthFirst, LayeredDigraphLayout.CycleGreedy, or LayeredDigraphLayout.CycleFromLayers. The default value is LayeredDigraphLayout.CycleDepthFirst.
Implementation
_i3.EnumValue get cycleRemoveOption => _i4.getProperty(
this,
'cycleRemoveOption',
);
set
cycleRemoveOption
(EnumValue value)
Implementation
set cycleRemoveOption(_i3.EnumValue value) {
_i4.setProperty(
this,
'cycleRemoveOption',
value,
);
}