gridstack - v14.0.0
    Preparing search index...

    Interface GridStackEngineOptions

    options used during creation - similar to GridStackOptions

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

    Properties

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