Home > @jsplumbtoolkit/browser-ui > GroupIdentifierFunction
GroupIdentifierFunction type
Defines the function that is invoked to determine whether an item that is about to be dragged represents a group.
Signature:
export declare type GroupIdentifierFunction<T> = (d: T, el: Element) => boolean;