Skip to main content

Home > @jsplumbtoolkit/core > PathOptions > nodeFilter

PathOptions.nodeFilter property

This function is given each Node/Group's backing data and asked to return true or false - true means include the Node/Group, false means exclude it.

Signature:

nodeFilter?: (n: Node) => boolean;