Skip to main content

Home > @jsplumbtoolkit/core > MagnetizerOptions > exclude

MagnetizerOptions.exclude property

Optional function used to determine which elements to completely exclude from the magnetizer - they are treated as if they do not exist, and other elements may end up positioned intersecting them.

Signature:

exclude?: FilterFunction<T>;