constraintGroupCustomFilterMode
layout constraintGroupCustomFilterMode boolean { t | nil }
Description
Ignores the custom API and all the constraint groups that are listed. When set to t, the custom API constraintGroupCustomFilter is called, if it has been defined, to display the list of constraint groups in the Default Wire Constraint Group cyclic field. The default is nil.
You must define the signature API t/nil constraintGroupCustomFilter(editedCellViewId constraintGroupId).
GUI Equivalent
Examples
envGetVal("layout" "constraintGroupCustomFilterMode")
envSetVal("layout" "constraintGroupCustomFilterMode" 'boolean t)
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top