Type alias TypeGeneratorFunction<T>

TypeGeneratorFunction<T>: ((d) => string)

Defines the function invoked to determine the type of some item that is about to be dragged.

Type Parameters

  • T

Type declaration

    • (d): string
    • Parameters

      Returns string