Skip to main content

Home > @jsplumbtoolkit/core > PathOptions > strict

PathOptions.strict property

Sets whether or not paths are searched strictly by the given source/target. If you supply a node as the source, but there are only edges connected to ports on that node, by default these edges will be ignored. Switching strict to false will mean these edges are considered.

Signature:

strict?: boolean;