gridstack - v12.3.3
    Preparing search index...

    Interface DDElementHost

    Extended HTMLElement interface for grid items. All grid item DOM elements implement this interface to provide access to their grid data.

    interface DDElementHost {
        ddElement?: DDElement;
        gridstackNode?: GridStackNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ddElement?: DDElement
    gridstackNode?: GridStackNode

    Pointer to the associated grid node instance containing position, size, and other widget data