Skip to main content

Home > @jsplumbtoolkit/drop > TypeGeneratorFunction

TypeGeneratorFunction type

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

Signature:

export declare type TypeGeneratorFunction<T> = (d: T) => string;