gridstack - v13.1.2
    Preparing search index...

    Interface Position

    interface Position {
        left: number;
        top: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    left: number

    Start position of the element on the X axis. In LTR mode, this is the coordinate from the left side. In RTL mode it's actually the coordinate from the right side.

    top: number