FlowchartLayoutSettings

23 Sep 20251 minute to read

Defines the configuration settings for flowchart automatic layout

Properties

noBranchDirection BranchDirection

Specifies the No branch flow direction (when there are two outputs from the flow shape) in the flowchart layout

Defaults to ‘RightInFlow’

noBranchValues string[]

Specifies the set of connector’s label text which should be considered as No branch connector in the flowchart layout

Defaults to [“No”, “False”]

yesBranchDirection BranchDirection

Specifies the Yes branch flow direction (when there are two outputs from the flow shape) in the flowchart layout

Defaults to ‘LeftInFlow’

yesBranchValues string[]

Specifies the set of connector’s label text which should be considered as Yes branch connector in the flowchart layout

Defaults to [“Yes”, “True”]