gridstack - v13.1.2
    Preparing search index...

    Type Alias DDCallback

    DDCallback: (
        event: MouseEvent,
        arg2: GridItemHTMLElement,
        helper?: GridItemHTMLElement,
    ) => void

    Callback function type for drag & drop events.

    Type declaration