weasel API - v0.8.0
    Preparing search index...

    Interface HandleDragPoint

    A 2D point in the rect element's local coordinate space.

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

    Properties

    x y

    Properties

    x: number
    y: number