pdfrx_web
Demo
GitHub
npm
Preparing search index...
@pdfrx/viewer-core
SelectionAnchors
Interface SelectionAnchors
The A (start) and B (end) anchors of a selection; see
SelectionAnchor
.
interface
SelectionAnchors
{
a
:
SelectionAnchor
;
b
:
SelectionAnchor
;
}
Index
Properties
a
b
Properties
a
a
:
SelectionAnchor
b
b
:
SelectionAnchor
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
a
b
Demo
GitHub
npm
pdfrx_web
Loading...
The A (start) and B (end) anchors of a selection; see SelectionAnchor.