gridstack - v12.3.3
    Preparing search index...

    Interface MousePosition

    Defines the coordinates of an object

    interface MousePosition {
        left: number;
        top: number;
    }
    Index

    Properties

    Properties

    left: number
    top: number