Type alias GroupIdentifierFunction<T>

GroupIdentifierFunction<T>: ((d, el) => boolean)

Defines the function that is invoked to determine whether an item that is about to be dragged represents a group.

Type Parameters

  • T

Type declaration

    • (d, el): boolean
    • Parameters

      • d: T
      • el: BrowserElement

      Returns boolean