gbox-sdk
    Preparing search index...

    Single point in a drag path

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

    Properties

    x y

    Properties

    x: number

    X coordinate of a point in the drag path

    y: number

    Y coordinate of a point in the drag path