gridstack - v12.4.1-dev
    Preparing search index...

    Interface DDResizeOpt

    Drag&Drop resize options

    interface DDResizeOpt {
        autoHide?: boolean;
        element?: string | HTMLElement;
        handles?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoHide?: boolean

    do resize handle hide by default until mouse over. default: true on desktop, false on mobile

    element?: string | HTMLElement

    Custom element or query inside the widget node that is used instead of the generated resize handle.

    handles?: string

    sides where you can resize from (ex: 'e, se, s, sw, w') - default 'se' (south-east) Note: it is not recommended to resize from the top sides as weird side effect may occur.