gridstack - v12.3.3
    Preparing search index...

    Interface DDUIData

    data that is passed during drag and resizing callbacks

    interface DDUIData {
        draggable?: HTMLElement;
        position?: Position;
        size?: Size;
    }
    Index

    Properties

    draggable?: HTMLElement
    position?: Position
    size?: Size