react-pdf-highlighter-extended

This represents a temporary highlight and is ideal as an intermediary between a selection and a highlight.

interface GhostHighlight {
    content: Content;
    position: ScaledPosition;
    type: HighlightType;
}

Hierarchy

  • Required<Omit<Highlight, "id">>
    • GhostHighlight

Properties

Properties

content: Content
position: ScaledPosition

This property is planned to be non-optional in future.