gridstack - v12.3.3
    Preparing search index...

    Interface CellPosition

    Defines the position of a cell inside the grid

    interface CellPosition {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number
    y: number