pdfrx_web
    Preparing search index...

    Interface SelectionAnchors

    The A (start) and B (end) anchors of a selection; see SelectionAnchor.

    interface SelectionAnchors {
        a: SelectionAnchor;
        b: SelectionAnchor;
    }
    Index
    a b