rmapi-js
    Preparing search index...

    Interface HighlightRect

    a rectangle with its origin at the top left of the source document page

    interface HighlightRect {
        height: number;
        width: number;
        x: number;
        y: number;
    }
    Index
    height: number

    the height

    width: number

    the width

    x: number

    the distance from the left edge of the page

    y: number

    the distance from the top edge of the page