gridstack - v12.3.3
    Preparing search index...

    Interface GridItemHTMLElement

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

    interface GridItemHTMLElement {
        gridstackNode?: GridStackNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    gridstackNode?: GridStackNode

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