Skip to main content

Home > @jsplumbtoolkit/drop > SurfaceDropManagerOptions > allowDropOnNode

SurfaceDropManagerOptions.allowDropOnNode property

Defaults to false. Allows items to be dropped onto nodes in the canvas. If this is true and an element is dropped onto a node, the result is the same as if the element has been dropped onto whitespace.

Signature:

allowDropOnNode?: boolean;