pdfrx_web
    Preparing search index...

    Interface WordSelection

    Result of a word (fragment) selection: the two selection ends plus their anchors.

    interface WordSelection {
        anchors: SelectionAnchors;
        selA: SelectionPoint;
        selB: SelectionPoint;
    }
    Index

    A/B anchors for handle placement and highlight painting.

    Start of the selected word (inclusive).

    End of the selected word (inclusive).