gridstack - v12.3.3
    Preparing search index...

    Interface GridStackEngineOptions

    options used during creation - similar to GridStackOptions

    interface GridStackEngineOptions {
        column?: number;
        float?: boolean;
        maxRow?: number;
        nodes?: GridStackNode[];
        onChange?: OnChangeCB;
    }
    Index

    Properties

    column?: number
    float?: boolean
    maxRow?: number
    nodes?: GridStackNode[]
    onChange?: OnChangeCB