Skip to main content

Home > @jsplumbtoolkit/browser-ui > ViewGroupOptions > dropOverride

ViewGroupOptions.dropOverride property

False by default. If true, Nodes dropped onto other Groups first have any rules established by this Group applied. For instance, if the Groups stated prune:true, then the Node would be removed from the dataset rather than be dropped onto another Group.

Signature:

dropOverride?: boolean;