gbox-sdk
    Preparing search index...

    Single scroll result with location and direction

    interface Coordinates {
        scrollX: number;
        scrollY: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    scrollX: number

    Horizontal scroll amount

    scrollY: number

    Vertical scroll amount

    x: number

    X coordinate

    y: number

    Y coordinate