@maxgraph/core
    Preparing search index...

    Type Alias DropHandler

    DropHandler: (
        graph: AbstractGraph,
        evt: MouseEvent,
        cell: Cell | null,
        x?: number,
        y?: number,
    ) => void

    Function that handles the dropping of an element, usually into a Graph.

    Type declaration

      • (
            graph: AbstractGraph,
            evt: MouseEvent,
            cell: Cell | null,
            x?: number,
            y?: number,
        ): void
      • Parameters

        • graph: AbstractGraph
        • evt: MouseEvent
        • cell: Cell | null
        • Optionalx: number
        • Optionaly: number

        Returns void

    0.21.0