gridstack - v12.3.3
    Preparing search index...

    Interface Breakpoint

    Defines a responsive breakpoint for automatic column count changes. Used with the responsive.breakpoints option.

    interface Breakpoint {
        c: number;
        layout?: ColumnOptions;
        w?: number;
    }
    Index

    Properties

    Properties

    c: number

    Number of columns to use when this breakpoint is active

    layout?: ColumnOptions

    Layout mode for this specific breakpoint (overrides global responsive.layout)

    w?: number

    Maximum width (in pixels) for this breakpoint to be active