gridstack - v12.3.3
    Preparing search index...

    Interface DDResizableHandleOpt

    interface DDResizableHandleOpt {
        move?: (event: any) => void;
        start?: (event: any) => void;
        stop?: (event: any) => void;
    }
    Index

    Properties

    Properties

    move?: (event: any) => void
    start?: (event: any) => void
    stop?: (event: any) => void